Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A DMakefile1 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 DMakefile1 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 DMakefile31 hs20.o \
H A Dhs20.c19 #include "hs20.h"
25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
H A Dap_config.h605 int hs20; member
H A Dieee802_11_shared.c388 if (hapd->conf->hs20) in hostapd_ext_capab_byte()
H A Ddrv_callbacks.c284 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 Dap_config.c1388 if (full_config && bss->hs20 && in hostapd_config_check_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A DMakefile43 hs20.o \
H A Dhs20.c19 #include "hs20.h"
25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
H A Dieee802_11_shared.c356 if (hapd->conf->hs20) in hostapd_ext_capab_byte()
425 if (hapd->conf->hs20 && len < 6) in hostapd_eid_ext_capab()
H A Dap_config.h595 int hs20; member
H A Ddrv_callbacks.c248 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 Dap_config.c1177 if (full_config && bss->hs20 && in hostapd_config_check_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dsme.c567 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 Dconfig.h985 * hs20 - Hotspot 2.0
987 int hs20; member
H A Dwpa_supplicant.c1762 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 Dhs20_supplicant.c164 if (!wpa_s->conf->hs20 || !ssid) in is_hs20_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dsme.c932 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 Dconfig.h1044 * hs20 - Hotspot 2.0
1046 int hs20; member
H A Dwpa_supplicant.c2069 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 Dhs20_supplicant.c164 if (!wpa_s->conf->hs20 || !ssid) in is_hs20_network()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.h65 const u8 *hs20; member
H A Dieee802_11_common.c111 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h91 const u8 *hs20; member

Completed in 41 milliseconds

12