Lines Matching refs:tb
115 if(tb[NL80211_ATTR_REG_ALPHA2]) in handleEvent()
117 memcpy(&code[0], (char *) nla_data(tb[NL80211_ATTR_REG_ALPHA2]), 2); in handleEvent()
185 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in handleEvent()
274 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_MAX + 1]; in handle_response_usable_channels() local
280 if (nla_parse(tb, QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_MAX, in handle_response_usable_channels()
286 if (!tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_CHAN_INFO]) { in handle_response_usable_channels()
292 tb[QCA_WLAN_VENDOR_ATTR_USABLE_CHANNELS_CHAN_INFO], rem) { in handle_response_usable_channels()
720 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_MAX + 1]; in wifiParseRadarHistory() local
740 if (nla_parse_nested(tb, QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_MAX, in wifiParseRadarHistory()
745 if (!tb[QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_FREQ]) { in wifiParseRadarHistory()
749 if (!tb[QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_TIMESTAMP]) { in wifiParseRadarHistory()
772 tb[QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_FREQ]); in wifiParseRadarHistory()
774 tb[QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_TIMESTAMP]); in wifiParseRadarHistory()
776 if (tb[QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_DETECTED]) { in wifiParseRadarHistory()
778 tb[QCA_WLAN_VENDOR_ATTR_RADAR_HISTORY_DETECTED]); in wifiParseRadarHistory()