/freebsd/contrib/wpa/hs20/client/ |
H A D | Makefile | 1 ALL=hs20-osu-client 76 hs20-osu-client: $(OBJS) 77 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
|
H A D | Android.mk | 65 L_CFLAGS += -DANDROID_LOG_NAME='"hs20-osu-client"'
|
/freebsd/usr.sbin/wpa/src/ap/ |
H A D | Makefile | 48 hs20.c \
|
/freebsd/contrib/wpa/src/ap/ |
H A D | Makefile | 31 hs20.o \
|
H A D | hs20.c | 25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
|
H A D | ap_config.h | 621 int hs20; member
|
H A D | ieee802_11_shared.c | 414 if (hapd->conf->hs20) in hostapd_ext_capab_byte()
|
H A D | drv_callbacks.c | 443 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 D | ap_config.c | 1436 if (full_config && bss->hs20 && in hostapd_config_check_bss()
|
H A D | ieee802_11.c | 4300 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 D | ieee802_1x.c | 838 if (hapd->conf->hs20) { in ieee802_1x_encapsulate_radius()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | README-HS20 | 77 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 D | sme.c | 942 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 D | config.h | 1090 int hs20; member
|
H A D | wpa_supplicant.c | 2261 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 D | hs20_supplicant.c | 163 if (!wpa_s->conf->hs20 || !ssid) in is_hs20_network()
|
H A D | config_file.c | 1339 if (config->hs20) in wpa_config_write_global()
|
H A D | scan.c | 797 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 9) == 0) in wpa_supplicant_extra_ies()
|
H A D | ctrl_iface.c | 2248 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 D | ChangeLog | 683 OMA-DM protocols) (hs20/client/*) 688 [,hs20:<subtype>][...,hs20:<subtype>]
|
H A D | config.c | 5500 { INT_RANGE(hs20, 0, 1), 0 },
|
/freebsd/contrib/wpa/src/common/ |
H A D | ieee802_11_common.h | 72 const u8 *hs20; member
|
H A D | ieee802_11_common.c | 111 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
|
/freebsd/contrib/wpa/hostapd/ |
H A D | config_file.c | 4302 bss->hs20 = atoi(pos); in hostapd_config_fill()
|