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

  /external/wpa_supplicant_8/src/ap/
hs20.c 16 #include "hs20.h"
21 if (!hapd->conf->hs20)
ap_config.h 431 int hs20; member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 43 const u8 *hs20; member in struct:ieee802_11_elems
ieee802_11_common.c 107 elems->hs20 = pos;
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 236 if (wpa_s->conf->hs20) {
237 struct wpabuf *hs20; local
238 hs20 = wpabuf_alloc(20);
239 if (hs20) {
240 wpas_hs20_add_indication(hs20);
243 wpabuf_head(hs20), wpabuf_len(hs20));
244 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20);
245 wpabuf_free(hs20);
config.h 673 * hs20 - Hotspot 2.0
675 int hs20; member in struct:wpa_config
wpa_supplicant.c 1436 struct wpabuf *hs20; local
    [all...]
config_file.c 892 if (config->hs20)
893 fprintf(f, "hs20=1\n");
scan.c 668 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 6) == 0)
    [all...]
Makefile 771 OBJS += ../src/ap/hs20.o
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 848 OBJS += src/ap/hs20.c
config_file.c 1228 if (bss->hs20 &&
    [all...]
Makefile 802 OBJS += ../src/ap/hs20.o

Completed in 718 milliseconds