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

/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c157 wpabuf_free(anqp->hs20_wan_metrics);
158 anqp->hs20_wan_metrics = wpabuf_alloc_copy(pos, slen);
H A Dbss.h39 struct wpabuf *hs20_wan_metrics; member in struct:wpa_bss_anqp
H A Dbss.c98 ANQP_DUP(hs20_wan_metrics);
166 wpabuf_free(anqp->hs20_wan_metrics);
H A Dctrl_iface.c3140 pos = anqp_add_hex(pos, end, "hs20_wan_metrics",
3141 anqp->hs20_wan_metrics);
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dgas_serv.c145 if (hapd->conf->hs20_wan_metrics)
465 if (hapd->conf->hs20_wan_metrics) {
471 wpabuf_put_data(buf, hapd->conf->hs20_wan_metrics, 13);
680 hapd->conf->hs20_wan_metrics != NULL,
H A Dap_config.h444 u8 *hs20_wan_metrics; member in struct:hostapd_bss_config
H A Dap_config.c516 os_free(conf->hs20_wan_metrics);
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1660 os_free(bss->hs20_wan_metrics);
1661 bss->hs20_wan_metrics = wan_metrics;
1666 wpa_printf(MSG_ERROR, "Line %d: Invalid hs20_wan_metrics '%s'",
2871 } else if (os_strcmp(buf, "hs20_wan_metrics") == 0) {

Completed in 104 milliseconds