Home
last modified time | relevance | path

Searched refs:tb3 (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dradio_mode.cpp153 struct nlattr *tb3[QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_MAX+ 1]; in handleEvent() local
156 nla_parse(tb3, QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_MAX, in handleEvent()
159 if (!tb3[QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_IFINDEX]) in handleEvent()
165 … if (if_indextoname(nla_get_u32(tb3[QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_IFINDEX]), in handleEvent()
169 … nla_get_u32(tb3[QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_IFINDEX])); in handleEvent()
173 if (!tb3[QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_FREQ]) in handleEvent()
179 … miface_info.channel = nla_get_u32(tb3[QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO_FREQ]); in handleEvent()
Dgscan_event_handler.cpp630 struct nlattr *tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in gscan_parse_passpoint_network_result() local
631 nla_parse(tb3, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in gscan_parse_passpoint_network_result()
636 if (!tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_IE_LENGTH]) { in gscan_parse_passpoint_network_result()
641 tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_IE_LENGTH]); in gscan_parse_passpoint_network_result()
654 tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_IE_LENGTH]); in gscan_parse_passpoint_network_result()
656 if (!tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_TIME_STAMP]) { in gscan_parse_passpoint_network_result()
661 tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_TIME_STAMP]); in gscan_parse_passpoint_network_result()
662 if (!tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_SSID]) { in gscan_parse_passpoint_network_result()
666 len = nla_len(tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_SSID]); in gscan_parse_passpoint_network_result()
671 nla_data(tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_SSID]), in gscan_parse_passpoint_network_result()
[all …]
Dgscan.cpp1492 struct nlattr *tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in gscan_get_cached_results() local
1493 nla_parse(tb3, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in gscan_get_cached_results()
1498 tb3[ in gscan_get_cached_results()
1509 tb3[ in gscan_get_cached_results()
1513 tb3[ in gscan_get_cached_results()
1522 len = nla_len(tb3[ in gscan_get_cached_results()
1529 tb3[ in gscan_get_cached_results()
1533 tb3[ in gscan_get_cached_results()
1543 tb3[ in gscan_get_cached_results()
1550 tb3[ in gscan_get_cached_results()
[all …]