Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A 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()
H A 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()
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()
662 if (!tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_SSID]) { in gscan_parse_passpoint_network_result()
673 if (!tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_BSSID]) { in gscan_parse_passpoint_network_result()
690 tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_CHANNEL]); in gscan_parse_passpoint_network_result()
691 if (!tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RSSI]) { in gscan_parse_passpoint_network_result()
697 if (!tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RTT]) { in gscan_parse_passpoint_network_result()
703 if (!tb3[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_RTT_SD]) { in gscan_parse_passpoint_network_result()
[all …]
H A Dgscan.cpp1498 tb3[ in gscan_get_cached_results()
1509 tb3[ in gscan_get_cached_results()
1513 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()
1554 tb3[ in gscan_get_cached_results()
1567 tb3[ in gscan_get_cached_results()
1580 tb3[ in gscan_get_cached_results()
[all …]
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!