HomeSort by relevance Sort by last modified time
    Searched refs:hs20_wan_metrics (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
bss.h 41 struct wpabuf *hs20_wan_metrics; member in struct:wpa_bss_anqp
bss.c 100 ANQP_DUP(hs20_wan_metrics);
171 wpabuf_free(anqp->hs20_wan_metrics);
    [all...]
hs20_supplicant.c 413 wpabuf_free(anqp->hs20_wan_metrics);
414 anqp->hs20_wan_metrics = wpabuf_alloc_copy(pos, slen);
interworking.c 1198 if (bss->anqp == NULL || bss->anqp->hs20_wan_metrics == NULL)
1201 wan = wpabuf_head(bss->anqp->hs20_wan_metrics);
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 153 if (hapd->conf->hs20_wan_metrics)
477 if (hapd->conf->hs20_wan_metrics) {
483 wpabuf_put_data(buf, hapd->conf->hs20_wan_metrics, 13);
844 hapd->conf->hs20_wan_metrics != NULL, qi);
    [all...]
ap_config.h 497 u8 *hs20_wan_metrics; member in struct:hostapd_bss_config
ap_config.c 532 os_free(conf->hs20_wan_metrics);
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 73 milliseconds