Home
last modified time | relevance | path

Searched refs:hs20 (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/wpa/hs20/client/
H A DMakefile1 ALL=hs20-osu-client
76 hs20-osu-client: $(OBJS)
77 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
H A DAndroid.mk65 L_CFLAGS += -DANDROID_LOG_NAME='"hs20-osu-client"'
/freebsd/usr.sbin/wpa/src/ap/
H A DMakefile48 hs20.c \
/freebsd/contrib/wpa/src/ap/
H A DMakefile31 hs20.o \
H A Dhs20.c25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
H A Dap_config.h621 int hs20; member
H A Dieee802_11_shared.c414 if (hapd->conf->hs20) in hostapd_ext_capab_byte()
H A Ddrv_callbacks.c443 if (elems.hs20 && elems.hs20_len > 4) { in hostapd_notif_assoc()
444 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
H A Dap_config.c1436 if (full_config && bss->hs20 && in hostapd_config_check_bss()
H A Dieee802_11.c4300 if (elems->hs20 && elems->hs20_len > 4) { in __check_assoc_ies()
4303 sta->hs20_ie = wpabuf_alloc_copy(elems->hs20 + 4, in __check_assoc_ies()
4305 release = ((elems->hs20[4] >> 4) & 0x0f) + 1; in __check_assoc_ies()
H A Dieee802_1x.c838 if (hapd->conf->hs20) { in ieee802_1x_encapsulate_radius()
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-HS2077 hs20=1
543 hs20=1 <--- HS 2.0 indication
565 Note: The Hotspot 2.0 indication is shown as "hs20=1" in the status
653 hs20=1
657 ssid="test-hs20"
662 identity="hs20-test@example.com"
H A Dsme.c942 struct wpabuf *hs20; in sme_send_authentication() local
944 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in sme_send_authentication()
945 if (hs20) { in sme_send_authentication()
949 wpas_hs20_add_indication(hs20, pps_mo_id, in sme_send_authentication()
951 wpas_hs20_add_roam_cons_sel(hs20, ssid); in sme_send_authentication()
954 if (wpabuf_len(hs20) <= len) { in sme_send_authentication()
957 wpabuf_head(hs20), wpabuf_len(hs20)); in sme_send_authentication()
958 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20); in sme_send_authentication()
960 wpabuf_free(hs20); in sme_send_authentication()
H A Dconfig.h1090 int hs20; member
H A Dwpa_supplicant.c2261 if (wpa_s->conf->hs20) in wpas_ext_capab_byte()
3697 struct wpabuf *hs20; in wpas_populate_assoc_ies() local
3699 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in wpas_populate_assoc_ies()
3700 if (hs20) { in wpas_populate_assoc_ies()
3704 wpas_hs20_add_indication(hs20, pps_mo_id, in wpas_populate_assoc_ies()
3706 wpas_hs20_add_roam_cons_sel(hs20, ssid); in wpas_populate_assoc_ies()
3708 if (wpabuf_len(hs20) <= len) { in wpas_populate_assoc_ies()
3710 wpabuf_head(hs20), wpabuf_len(hs20)); in wpas_populate_assoc_ies()
3711 wpa_ie_len += wpabuf_len(hs20); in wpas_populate_assoc_ies()
3713 wpabuf_free(hs20); in wpas_populate_assoc_ies()
H A Dhs20_supplicant.c163 if (!wpa_s->conf->hs20 || !ssid) in is_hs20_network()
H A Dconfig_file.c1339 if (config->hs20) in wpa_config_write_global()
H A Dscan.c797 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 9) == 0) in wpa_supplicant_extra_ies()
H A Dctrl_iface.c2248 const u8 *hs20; in wpa_supplicant_ctrl_iface_status() local
2426 (hs20 = wpa_bss_get_vendor_ie(wpa_s->current_bss, in wpa_supplicant_ctrl_iface_status()
2431 if (hs20[1] >= 5) { in wpa_supplicant_ctrl_iface_status()
2432 u8 rel_num = (hs20[6] & 0xf0) >> 4; in wpa_supplicant_ctrl_iface_status()
H A DChangeLog683 OMA-DM protocols) (hs20/client/*)
688 [,hs20:<subtype>][...,hs20:<subtype>]
H A Dconfig.c5500 { INT_RANGE(hs20, 0, 1), 0 },
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h72 const u8 *hs20; member
H A Dieee802_11_common.c111 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4302 bss->hs20 = atoi(pos); in hostapd_config_fill()