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

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dllstats.cpp142 static void get_wifi_interface_info(wifi_interface_link_layer_info *stats, struct nlattr **tb_vendor) argument
147 stats->mode = (wifi_interface_mode)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MODE]);
148 len = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR]);
150 memcpy(&stats->mac_addr[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_MAC_ADDR]), len);
151 stats->state = (wifi_connection_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_STATE]);
152 stats->roaming = (wifi_roam_state)nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_ROAMING]);
153 stats->capabilities = nla_get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_CAPABILITIES]);
155 len = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID]);
157 memcpy(&stats->ssid[0], nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_SSID]), len);
159 len = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_BSSI
184 get_wifi_wmm_ac_stat(wifi_wmm_ac_stat *stats, struct nlattr **tb_vendor) argument
225 get_wifi_rate_stat(wifi_rate_stat *stats, struct nlattr **tb_vendor) argument
255 get_wifi_peer_info(wifi_peer_info *stats, struct nlattr **tb_vendor) argument
289 get_wifi_iface_stats(wifi_iface_stat *stats, struct nlattr **tb_vendor) argument
321 get_wifi_radio_stats(wifi_radio_stat *stats, struct nlattr **tb_vendor) argument
379 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX + 1]; local
429 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX + 1]; local
447 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX + 1]; local
556 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CLR_MAX + 1]; local
[all...]
H A Dgscan_event_handler.cpp142 struct nlattr **tb_vendor)
150 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[
152 rem = nla_len(tb_vendor[
280 struct nlattr **tb_vendor)
290 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[
292 rem = nla_len(tb_vendor[
139 gscan_get_hotlist_ap_found_results(u32 num_results, wifi_scan_result *results, u32 starting_index, struct nlattr **tb_vendor) argument
277 gscan_get_significant_change_results(u32 num_results, wifi_significant_change_result **results, u32 starting_index, struct nlattr **tb_vendor) argument
H A Dgscan.cpp1386 struct nlattr *tb_vendor[ local
1388 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX,
1391 if (tb_vendor[
1395 tb_vendor[
1405 tb_vendor[
1408 tb_vendor[
1436 struct nlattr **tb_vendor)
1444 for (scanResultsInfo = (struct nlattr *) nla_data(tb_vendor[
1446 rem = nla_len(tb_vendor[
1433 gscan_get_cached_results(u32 num_results, wifi_scan_result *results, u32 starting_index, struct nlattr **tb_vendor) argument

Completed in 55 milliseconds