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 39 struct wpabuf *hs20_wan_metrics; member in struct:wpa_bss_anqp
bss.c 98 ANQP_DUP(hs20_wan_metrics);
167 wpabuf_free(anqp->hs20_wan_metrics);
hs20_supplicant.c 378 wpabuf_free(anqp->hs20_wan_metrics);
379 anqp->hs20_wan_metrics = wpabuf_alloc_copy(pos, slen);
interworking.c 1144 if (bss->anqp == NULL || bss->anqp->hs20_wan_metrics == NULL)
1147 wan = wpabuf_head(bss->anqp->hs20_wan_metrics);
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 467 u8 *hs20_wan_metrics; member in struct:hostapd_bss_config
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);
843 hapd->conf->hs20_wan_metrics != NULL, qi);
    [all...]
ap_config.c 516 os_free(conf->hs20_wan_metrics);
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 1589 milliseconds