Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstats.cpp142 …atic void get_wifi_interface_info(wifi_interface_link_layer_info *stats, struct nlattr **tb_vendor) in get_wifi_interface_info() argument
147 …stats->mode = (wifi_interface_mode)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_… in get_wifi_interface_info()
148 len = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR]); in get_wifi_interface_info()
150 …memcpy(&stats->mac_addr[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR])… in get_wifi_interface_info()
151 …stats->state = (wifi_connection_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_IN… in get_wifi_interface_info()
152 …stats->roaming = (wifi_roam_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_R… in get_wifi_interface_info()
153 …stats->capabilities = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES]… in get_wifi_interface_info()
155 len = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID]); in get_wifi_interface_info()
157 … memcpy(&stats->ssid[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID]), len); in get_wifi_interface_info()
159 len = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_BSSID]); in get_wifi_interface_info()
[all …]
Dgscan_event_handler.cpp142 struct nlattr **tb_vendor) in gscan_get_hotlist_ap_found_results() argument
150 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[ in gscan_get_hotlist_ap_found_results()
152 rem = nla_len(tb_vendor[ in gscan_get_hotlist_ap_found_results()
280 struct nlattr **tb_vendor) in gscan_get_significant_change_results() argument
290 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[ in gscan_get_significant_change_results()
292 rem = nla_len(tb_vendor[ in gscan_get_significant_change_results()
Dgscan.cpp1386 struct nlattr *tb_vendor[ in handleResponse() local
1388 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in handleResponse()
1391 if (tb_vendor[ in handleResponse()
1395 tb_vendor[ in handleResponse()
1405 tb_vendor[ in handleResponse()
1408 tb_vendor[ in handleResponse()
1436 struct nlattr **tb_vendor) in gscan_get_cached_results() argument
1444 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[ in gscan_get_cached_results()
1446 rem = nla_len(tb_vendor[ in gscan_get_cached_results()