Searched refs:hs20_wan_metrics (Results 1 - 15 of 15) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dbss.h39 struct wpabuf *hs20_wan_metrics; member in struct:wpa_bss_anqp
H A Dbss.c98 ANQP_DUP(hs20_wan_metrics);
167 wpabuf_free(anqp->hs20_wan_metrics);
H A Dhs20_supplicant.c378 wpabuf_free(anqp->hs20_wan_metrics);
379 anqp->hs20_wan_metrics = wpabuf_alloc_copy(pos, slen);
H A Dinterworking.c1144 if (bss->anqp == NULL || bss->anqp->hs20_wan_metrics == NULL)
1147 wan = wpabuf_head(bss->anqp->hs20_wan_metrics);
H A Dctrl_iface.c3752 pos = anqp_add_hex(pos, end, "hs20_wan_metrics",
3753 anqp->hs20_wan_metrics);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h467 u8 *hs20_wan_metrics; member in struct:hostapd_bss_config
H A Dgas_serv.c153 if (hapd->conf->hs20_wan_metrics)
477 if (hapd->conf->hs20_wan_metrics) {
483 wpabuf_put_data(buf, hapd->conf->hs20_wan_metrics, 13);
843 hapd->conf->hs20_wan_metrics != NULL, qi);
H A Dap_config.c516 os_free(conf->hs20_wan_metrics);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h467 u8 *hs20_wan_metrics; member in struct:hostapd_bss_config
H A Dgas_serv.c153 if (hapd->conf->hs20_wan_metrics)
477 if (hapd->conf->hs20_wan_metrics) {
483 wpabuf_put_data(buf, hapd->conf->hs20_wan_metrics, 13);
843 hapd->conf->hs20_wan_metrics != NULL, qi);
H A Dap_config.c516 os_free(conf->hs20_wan_metrics);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h467 u8 *hs20_wan_metrics; member in struct:hostapd_bss_config
H A Dgas_serv.c153 if (hapd->conf->hs20_wan_metrics)
477 if (hapd->conf->hs20_wan_metrics) {
483 wpabuf_put_data(buf, hapd->conf->hs20_wan_metrics, 13);
843 hapd->conf->hs20_wan_metrics != NULL, qi);
H A Dap_config.c516 os_free(conf->hs20_wan_metrics);
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1596 os_free(bss->hs20_wan_metrics);
1597 bss->hs20_wan_metrics = wan_metrics;
1602 wpa_printf(MSG_ERROR, "Line %d: Invalid hs20_wan_metrics '%s'",
3008 } else if (os_strcmp(buf, "hs20_wan_metrics") == 0) {

Completed in 330 milliseconds