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 48 struct wpabuf *hs20_wan_metrics; member in struct:wpa_bss_anqp
bss.c 99 ANQP_DUP(hs20_wan_metrics);
181 wpabuf_free(anqp->hs20_wan_metrics);
    [all...]
hs20_supplicant.c 564 wpabuf_free(anqp->hs20_wan_metrics);
565 anqp->hs20_wan_metrics = wpabuf_alloc_copy(pos, slen);
interworking.c 1204 if (bss->anqp == NULL || bss->anqp->hs20_wan_metrics == NULL)
1207 wan = wpabuf_head(bss->anqp->hs20_wan_metrics);
    [all...]
ctrl_iface.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 520 u8 *hs20_wan_metrics; member in struct:hostapd_bss_config
gas_serv.c 154 if (hapd->conf->hs20_wan_metrics)
580 if (hapd->conf->hs20_wan_metrics) {
586 wpabuf_put_data(buf, hapd->conf->hs20_wan_metrics, 13);
1037 hapd->conf->hs20_wan_metrics != NULL, qi);
    [all...]
ap_config.c 545 os_free(conf->hs20_wan_metrics);
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 355 milliseconds