Home
last modified time | relevance | path

Searched refs:hs20_wan_metrics (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dbss.h48 struct wpabuf *hs20_wan_metrics; member
Dhs20_supplicant.c564 wpabuf_free(anqp->hs20_wan_metrics); in hs20_parse_rx_hs20_anqp_resp()
565 anqp->hs20_wan_metrics = wpabuf_alloc_copy(pos, slen); in hs20_parse_rx_hs20_anqp_resp()
Dbss.c99 ANQP_DUP(hs20_wan_metrics); in wpa_bss_anqp_clone()
181 wpabuf_free(anqp->hs20_wan_metrics); in wpa_bss_anqp_free()
Dinterworking.c1204 if (bss->anqp == NULL || bss->anqp->hs20_wan_metrics == NULL) in cred_below_min_backhaul()
1207 wan = wpabuf_head(bss->anqp->hs20_wan_metrics); in cred_below_min_backhaul()
Dctrl_iface.c4331 anqp->hs20_wan_metrics); in print_bss_info()
/external/wpa_supplicant_8/src/ap/
Dgas_serv.c154 if (hapd->conf->hs20_wan_metrics) in anqp_add_hs_capab_list()
580 if (hapd->conf->hs20_wan_metrics) { in anqp_add_wan_metrics()
586 wpabuf_put_data(buf, hapd->conf->hs20_wan_metrics, 13); in anqp_add_wan_metrics()
1037 hapd->conf->hs20_wan_metrics != NULL, qi); in rx_anqp_hs_query_list()
Dap_config.h520 u8 *hs20_wan_metrics; member
Dap_config.c545 os_free(conf->hs20_wan_metrics); in hostapd_config_free_bss()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1705 os_free(bss->hs20_wan_metrics); in hs20_parse_wan_metrics()
1706 bss->hs20_wan_metrics = wan_metrics; in hs20_parse_wan_metrics()