/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | Makefile | 1 all: hs20-osu-client 90 hs20-osu-client: $(OBJS) 91 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS) 99 rm -f core *~ *.o *.d hs20-osu-client
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | Makefile | 1 ALL=hs20-osu-client 82 hs20-osu-client: $(OBJS) 83 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | Makefile | 31 hs20.o \
|
H A D | hs20.c | 19 #include "hs20.h" 25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
|
H A D | ap_config.h | 605 int hs20; member
|
H A D | ieee802_11_shared.c | 388 if (hapd->conf->hs20) in hostapd_ext_capab_byte()
|
H A D | drv_callbacks.c | 284 if (elems.hs20 && elems.hs20_len > 4) { in hostapd_notif_assoc() 285 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
|
H A D | ap_config.c | 1388 if (full_config && bss->hs20 && in hostapd_config_check_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | Makefile | 43 hs20.o \
|
H A D | hs20.c | 19 #include "hs20.h" 25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
|
H A D | ieee802_11_shared.c | 356 if (hapd->conf->hs20) in hostapd_ext_capab_byte() 425 if (hapd->conf->hs20 && len < 6) in hostapd_eid_ext_capab()
|
H A D | ap_config.h | 595 int hs20; member
|
H A D | drv_callbacks.c | 248 if (elems.hs20 && elems.hs20_len > 4) { in hostapd_notif_assoc() 249 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
|
H A D | ap_config.c | 1177 if (full_config && bss->hs20 && in hostapd_config_check_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | sme.c | 567 struct wpabuf *hs20; in sme_send_authentication() local 569 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in sme_send_authentication() 570 if (hs20) { in sme_send_authentication() 574 wpas_hs20_add_indication(hs20, pps_mo_id, in sme_send_authentication() 576 wpas_hs20_add_roam_cons_sel(hs20, ssid); in sme_send_authentication() 579 if (wpabuf_len(hs20) <= len) { in sme_send_authentication() 582 wpabuf_head(hs20), wpabuf_len(hs20)); in sme_send_authentication() 583 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20); in sme_send_authentication() 585 wpabuf_free(hs20); in sme_send_authentication() [all...] |
H A D | config.h | 985 * hs20 - Hotspot 2.0 987 int hs20; member
|
H A D | wpa_supplicant.c | 1762 if (wpa_s->conf->hs20) in wpas_ext_capab_byte() 2796 struct wpabuf *hs20; in wpas_populate_assoc_ies() local 2798 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in wpas_populate_assoc_ies() 2799 if (hs20) { in wpas_populate_assoc_ies() 2803 wpas_hs20_add_indication(hs20, pps_mo_id, in wpas_populate_assoc_ies() 2805 wpas_hs20_add_roam_cons_sel(hs20, ssid); in wpas_populate_assoc_ies() 2807 if (wpabuf_len(hs20) <= len) { in wpas_populate_assoc_ies() 2809 wpabuf_head(hs20), wpabuf_len(hs20)); in wpas_populate_assoc_ies() 2810 wpa_ie_len += wpabuf_len(hs20); in wpas_populate_assoc_ies() [all...] |
H A D | hs20_supplicant.c | 164 if (!wpa_s->conf->hs20 || !ssid) in is_hs20_network()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 932 struct wpabuf *hs20; local 934 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); 935 if (hs20) { 939 wpas_hs20_add_indication(hs20, pps_mo_id, 941 wpas_hs20_add_roam_cons_sel(hs20, ssid); 944 if (wpabuf_len(hs20) <= len) { 947 wpabuf_head(hs20), wpabuf_len(hs20)); 948 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20); 950 wpabuf_free(hs20); [all...] |
H A D | config.h | 1044 * hs20 - Hotspot 2.0 1046 int hs20; member
|
H A D | wpa_supplicant.c | 2069 if (wpa_s->conf->hs20) in wpas_ext_capab_byte() 3323 struct wpabuf *hs20; local 3325 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); 3326 if (hs20) { 3330 wpas_hs20_add_indication(hs20, pps_mo_id, 3332 wpas_hs20_add_roam_cons_sel(hs20, ssid); 3334 if (wpabuf_len(hs20) <= len) { 3336 wpabuf_head(hs20), wpabuf_len(hs20)); 3337 wpa_ie_len += wpabuf_len(hs20); [all...] |
H A D | hs20_supplicant.c | 164 if (!wpa_s->conf->hs20 || !ssid) in is_hs20_network()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.h | 65 const u8 *hs20; member
|
H A D | ieee802_11_common.c | 111 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_common.h | 91 const u8 *hs20; member
|