Home
last modified time | relevance | path

Searched refs:tb2 (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp271 struct nlattr *tb2[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in gscan_parse_hotlist_ap_results() local
272 nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in gscan_parse_hotlist_ap_results()
277 tb2[ in gscan_parse_hotlist_ap_results()
287 tb2[ in gscan_parse_hotlist_ap_results()
291 tb2[ in gscan_parse_hotlist_ap_results()
299 len = nla_len(tb2[ in gscan_parse_hotlist_ap_results()
305 tb2[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_SSID]), len); in gscan_parse_hotlist_ap_results()
307 tb2[ in gscan_parse_hotlist_ap_results()
316 tb2[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_BSSID]); in gscan_parse_hotlist_ap_results()
321 tb2[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_SCAN_RESULT_BSSID]), len); in gscan_parse_hotlist_ap_results()
[all …]
Dllstats.cpp502 struct nlattr *tb2[ QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1]; in get_wifi_peer_info() local
505 …nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, (struct nlattr *) nla_data(rateInfo), nla_len(ra… in get_wifi_peer_info()
506 ret = get_wifi_rate_stat(pRateStats, tb2); in get_wifi_peer_info()
669 struct nlattr *tb2[ QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1]; in get_wifi_iface_stats() local
672 nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, in get_wifi_iface_stats()
675 ret = get_wifi_wmm_ac_stat(pWmmStats, tb2); in get_wifi_iface_stats()
782 struct nlattr *tb2[ QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1]; in get_wifi_radio_stats() local
784 …nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, (struct nlattr *) nla_data(chInfo), nla_len(chIn… in get_wifi_radio_stats()
786 if (!tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_WIDTH]) in get_wifi_radio_stats()
791 …pChStats->channel.width = (wifi_channel_width)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATT… in get_wifi_radio_stats()
[all …]
Dwifi_hal.cpp807 struct nlattr *tb2[CTRL_ATTR_MCAST_GRP_MAX + 1]; in handleResponse() local
808 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, (nlattr *)nla_data(mcgrp), in handleResponse()
810 if (!tb2[CTRL_ATTR_MCAST_GRP_NAME] || !tb2[CTRL_ATTR_MCAST_GRP_ID]) in handleResponse()
815 char *grpName = (char *)nla_data(tb2[CTRL_ATTR_MCAST_GRP_NAME]); in handleResponse()
816 int grpNameLen = nla_len(tb2[CTRL_ATTR_MCAST_GRP_NAME]); in handleResponse()
823 mId = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]); in handleResponse()
Dgscan.cpp2130 struct nlattr *tb2[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in gscan_get_cached_results() local
2131 nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in gscan_get_cached_results()
2136 tb2[ in gscan_get_cached_results()
2146 tb2[ in gscan_get_cached_results()
2151 tb2[ in gscan_get_cached_results()
2161 tb2[QCA_WLAN_VENDOR_ATTR_GSCAN_CACHED_RESULTS_FLAGS]); in gscan_get_cached_results()
2164 tb2[ in gscan_get_cached_results()
2174 tb2[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_RESULTS_AVAILABLE]); in gscan_get_cached_results()
2211 for (wifiScanResultsInfo = (struct nlattr *) nla_data(tb2[ in gscan_get_cached_results()
2213 remResults = nla_len(tb2[ in gscan_get_cached_results()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp549 struct nlattr *tb2[CTRL_ATTR_MCAST_GRP_MAX + 1]; in handleResponse() local
550 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, (nlattr *)nla_data(mcgrp), in handleResponse()
552 if (!tb2[CTRL_ATTR_MCAST_GRP_NAME] || !tb2[CTRL_ATTR_MCAST_GRP_ID]) { in handleResponse()
556 char *grpName = (char *)nla_data(tb2[CTRL_ATTR_MCAST_GRP_NAME]); in handleResponse()
557 int grpNameLen = nla_len(tb2[CTRL_ATTR_MCAST_GRP_NAME]); in handleResponse()
564 mId = nla_get_u32(tb2[CTRL_ATTR_MCAST_GRP_ID]); in handleResponse()