Searched refs:hs20 (Results 1 - 22 of 22) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhs20.c16 #include "hs20.h"
21 if (!hapd->conf->hs20)
H A Dap_config.h431 int hs20; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/src/ap/
H A Dhs20.c16 #include "hs20.h"
21 if (!hapd->conf->hs20)
H A Dap_config.h431 int hs20; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhs20.c16 #include "hs20.h"
21 if (!hapd->conf->hs20)
H A Dap_config.h431 int hs20; member in struct:hostapd_bss_config
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h43 const u8 *hs20; member in struct:ieee802_11_elems
H A Dieee802_11_common.c107 elems->hs20 = pos;
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h43 const u8 *hs20; member in struct:ieee802_11_elems
H A Dieee802_11_common.c107 elems->hs20 = pos;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c236 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);
H A Dconfig.h673 * hs20 - Hotspot 2.0
675 int hs20; member in struct:wpa_config
H A Dwpa_supplicant.c1435 if (wpa_s->conf->hs20) {
1436 struct wpabuf *hs20; local
1437 hs20 = wpabuf_alloc(20);
1438 if (hs20) {
1439 wpas_hs20_add_indication(hs20);
1440 os_memcpy(wpa_ie + wpa_ie_len, wpabuf_head(hs20),
1441 wpabuf_len(hs20));
1442 wpa_ie_len += wpabuf_len(hs20);
1443 wpabuf_free(hs20);
H A Dconfig_file.c892 if (config->hs20)
893 fprintf(f, "hs20=1\n");
H A Dscan.c668 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 6) == 0)
H A DMakefile771 OBJS += ../src/ap/hs20.o
H A Dconfig.c3013 { INT_RANGE(hs20, 0, 1), 0 },
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h43 const u8 *hs20; member in struct:ieee802_11_elems
H A Dieee802_11_common.c107 elems->hs20 = pos;
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk848 OBJS += src/ap/hs20.c
H A Dconfig_file.c1228 if (bss->hs20 &&
2839 } else if (os_strcmp(buf, "hs20") == 0) {
2840 bss->hs20 = atoi(pos);
H A DMakefile802 OBJS += ../src/ap/hs20.o

Completed in 1313 milliseconds