Searched refs:hs20 (Results 1 – 23 of 23) sorted by relevance
| /freebsd-12-stable/contrib/wpa/hs20/client/ |
| D | Makefile | 1 ALL=hs20-osu-client 76 hs20-osu-client: $(OBJS) 77 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
|
| /freebsd-12-stable/usr.sbin/wpa/src/ap/ |
| D | Makefile | 48 hs20.c \
|
| /freebsd-12-stable/contrib/wpa/src/ap/ |
| D | Makefile | 31 hs20.o \
|
| D | hs20.c | 25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
|
| D | ap_config.h | 605 int hs20; member
|
| D | drv_callbacks.c | 273 if (elems.hs20 && elems.hs20_len > 4) { in hostapd_notif_assoc() 274 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
|
| D | ieee802_11_shared.c | 388 if (hapd->conf->hs20) in hostapd_ext_capab_byte()
|
| D | ap_config.c | 1387 if (full_config && bss->hs20 && in hostapd_config_check_bss()
|
| D | ieee802_11.c | 4791 if (elems.hs20 && elems.hs20_len > 4) { in check_assoc_ies() 4794 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in check_assoc_ies() 4796 release = ((elems.hs20[4] >> 4) & 0x0f) + 1; in check_assoc_ies()
|
| D | ieee802_1x.c | 770 if (hapd->conf->hs20) { in ieee802_1x_encapsulate_radius()
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | README-HS20 | 77 hs20=1 512 hs20=1 <--- HS 2.0 indication 534 Note: The Hotspot 2.0 indication is shown as "hs20=1" in the status 622 hs20=1 626 ssid="test-hs20" 631 identity="hs20-test@example.com"
|
| D | sme.c | 671 struct wpabuf *hs20; in sme_send_authentication() local 673 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in sme_send_authentication() 674 if (hs20) { in sme_send_authentication() 678 wpas_hs20_add_indication(hs20, pps_mo_id, in sme_send_authentication() 680 wpas_hs20_add_roam_cons_sel(hs20, ssid); in sme_send_authentication() 683 if (wpabuf_len(hs20) <= len) { in sme_send_authentication() 686 wpabuf_head(hs20), wpabuf_len(hs20)); in sme_send_authentication() 687 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20); in sme_send_authentication() 689 wpabuf_free(hs20); in sme_send_authentication()
|
| D | config.h | 1040 int hs20; member
|
| D | wpa_supplicant.c | 1923 if (wpa_s->conf->hs20) in wpas_ext_capab_byte() 3163 struct wpabuf *hs20; in wpas_populate_assoc_ies() local 3165 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in wpas_populate_assoc_ies() 3166 if (hs20) { in wpas_populate_assoc_ies() 3170 wpas_hs20_add_indication(hs20, pps_mo_id, in wpas_populate_assoc_ies() 3172 wpas_hs20_add_roam_cons_sel(hs20, ssid); in wpas_populate_assoc_ies() 3174 if (wpabuf_len(hs20) <= len) { in wpas_populate_assoc_ies() 3176 wpabuf_head(hs20), wpabuf_len(hs20)); in wpas_populate_assoc_ies() 3177 wpa_ie_len += wpabuf_len(hs20); in wpas_populate_assoc_ies() 3179 wpabuf_free(hs20); in wpas_populate_assoc_ies()
|
| D | hs20_supplicant.c | 164 if (!wpa_s->conf->hs20 || !ssid) in is_hs20_network()
|
| D | config_file.c | 1298 if (config->hs20) in wpa_config_write_global()
|
| D | scan.c | 656 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 9) == 0) in wpa_supplicant_extra_ies()
|
| D | ctrl_iface.c | 2208 const u8 *hs20; in wpa_supplicant_ctrl_iface_status() local 2377 (hs20 = wpa_bss_get_vendor_ie(wpa_s->current_bss, in wpa_supplicant_ctrl_iface_status() 2382 if (hs20[1] >= 5) { in wpa_supplicant_ctrl_iface_status() 2383 u8 rel_num = (hs20[6] & 0xf0) >> 4; in wpa_supplicant_ctrl_iface_status()
|
| D | ChangeLog | 633 OMA-DM protocols) (hs20/client/*) 638 [,hs20:<subtype>][...,hs20:<subtype>]
|
| D | config.c | 5183 { INT_RANGE(hs20, 0, 1), 0 },
|
| /freebsd-12-stable/contrib/wpa/src/common/ |
| D | ieee802_11_common.h | 82 const u8 *hs20; member
|
| D | ieee802_11_common.c | 111 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
|
| /freebsd-12-stable/contrib/wpa/hostapd/ |
| D | config_file.c | 4071 bss->hs20 = atoi(pos); in hostapd_config_fill()
|