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

/netbsd-current/external/bsd/wpa/dist/hs20/client/
H A DMakefile1 all: hs20-osu-client
87 hs20-osu-client: $(OBJS)
88 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
96 rm -f core *~ *.o *.d hs20-osu-client
H A DAndroid.mk66 LOCAL_MODULE := hs20-osu-client
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A DMakefile43 hs20.o \
H A Dhs20.c19 #include "hs20.h"
25 if (!hapd->conf->hs20)
H A Dieee802_11_shared.c356 if (hapd->conf->hs20)
425 if (hapd->conf->hs20 && len < 6)
H A Dap_config.h595 int hs20; member in struct:hostapd_bss_config
H A Ddrv_callbacks.c248 if (elems.hs20 && elems.hs20_len > 4) {
249 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4,
H A Dap_config.c1177 if (full_config && bss->hs20 &&
H A Dieee802_11.c3240 if (elems.hs20 && elems.hs20_len > 4) {
3243 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4,
3245 release = ((elems.hs20[4] >> 4) & 0x0f) + 1;
H A Dieee802_1x.c36 #include "hs20.h"
771 if (hapd->conf->hs20) {
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dconfig.h985 * hs20 - Hotspot 2.0
987 int hs20; member in struct:wpa_config
H A Dsme.c567 struct wpabuf *hs20; local
569 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN);
570 if (hs20) {
574 wpas_hs20_add_indication(hs20, pps_mo_id,
576 wpas_hs20_add_roam_cons_sel(hs20, ssid);
579 if (wpabuf_len(hs20) <= len) {
582 wpabuf_head(hs20), wpabuf_len(hs20));
583 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20);
585 wpabuf_free(hs20);
[all...]
H A Dwpa_supplicant.c1735 if (wpa_s->conf->hs20)
2769 struct wpabuf *hs20; local
2771 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN);
2772 if (hs20) {
2776 wpas_hs20_add_indication(hs20, pps_mo_id,
2778 wpas_hs20_add_roam_cons_sel(hs20, ssid);
2780 if (wpabuf_len(hs20) <= len) {
2782 wpabuf_head(hs20), wpabuf_len(hs20));
2783 wpa_ie_len += wpabuf_len(hs20);
[all...]
H A Dhs20_supplicant.c164 if (!wpa_s->conf->hs20 || !ssid)
H A Dconfig_file.c1329 if (config->hs20)
1330 fprintf(f, "hs20=1\n");
H A DAndroid.mk937 OBJS += src/ap/hs20.c
H A Dscan.c584 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 9) == 0)
H A Dctrl_iface.c2040 const u8 *hs20; local
2205 (hs20 = wpa_bss_get_vendor_ie(wpa_s->current_bss,
2210 if (hs20[1] >= 5) {
2211 u8 rel_num = (hs20[6] & 0xf0) >> 4;
2214 ret = os_snprintf(pos, end - pos, "hs20=%d\n", release);
7130 if (os_strncmp(pos, "hs20:", 5) == 0) {
H A Dconfig.c4808 { INT_RANGE(hs20, 0, 1), 0 },
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dieee802_11_common.h65 const u8 *hs20; member in struct:ieee802_11_elems
H A Dieee802_11_common.c111 elems->hs20 = pos;
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A DAndroid.mk1044 OBJS += src/ap/hs20.c
H A Dconfig_file.c3964 } else if (os_strcmp(buf, "hs20") == 0) {
3965 bss->hs20 = atoi(pos);

Completed in 280 milliseconds