Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
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
D.gitignore1 hs20-osu-client
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
DMakefile1 ALL=hs20-osu-client
82 hs20-osu-client: $(OBJS)
83 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
D.gitignore1 hs20-osu-client
/third_party/wpa_supplicant/
DREADME_zh.md23 | |-- hs20 # 热点2.0(Hotspot2.0)相关功能
29 | |-- hs20 # 热点2.0(Hotspot2.0)相关功能
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt8 include_directories(hs20/client)
82 hs20/client/.gitignore
83 hs20/client/Android.mk
84 hs20/client/devdetail.xml
85 hs20/client/devinfo.xml
86 hs20/client/est.c
87 hs20/client/Makefile
88 hs20/client/oma_dm_client.c
89 hs20/client/osu_client.c
90 hs20/client/osu_client.h
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
DMakefile31 hs20.o \
Dhs20.c25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
Dap_config.h605 int hs20; member
Ddrv_callbacks.c275 if (elems.hs20 && elems.hs20_len > 4) { in hostapd_notif_assoc()
276 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
DMakefile43 hs20.o \
Dhs20.c25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
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()
Dap_config.h595 int hs20; member
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
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()
DREADME-HS2077 hs20=1
506 hs20=1 <--- HS 2.0 indication
528 Note: The Hotspot 2.0 indication is shown as "hs20=1" in the status
616 hs20=1
620 ssid="test-hs20"
625 identity="hs20-test@example.com"
Dconfig.h987 int hs20; member
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()
2812 wpabuf_free(hs20); in wpas_populate_assoc_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-HS2077 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"
Dsme.c672 struct wpabuf *hs20; in sme_send_authentication() local
674 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in sme_send_authentication()
675 if (hs20) { in sme_send_authentication()
679 wpas_hs20_add_indication(hs20, pps_mo_id, in sme_send_authentication()
681 wpas_hs20_add_roam_cons_sel(hs20, ssid); in sme_send_authentication()
684 if (wpabuf_len(hs20) <= len) { in sme_send_authentication()
687 wpabuf_head(hs20), wpabuf_len(hs20)); in sme_send_authentication()
688 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20); in sme_send_authentication()
690 wpabuf_free(hs20); in sme_send_authentication()
Dconfig.h1040 int hs20; member
Dwpa_supplicant.c1986 if (wpa_s->conf->hs20) in wpas_ext_capab_byte()
3235 struct wpabuf *hs20; in wpas_populate_assoc_ies() local
3237 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in wpas_populate_assoc_ies()
3238 if (hs20) { in wpas_populate_assoc_ies()
3242 wpas_hs20_add_indication(hs20, pps_mo_id, in wpas_populate_assoc_ies()
3244 wpas_hs20_add_roam_cons_sel(hs20, ssid); in wpas_populate_assoc_ies()
3246 if (wpabuf_len(hs20) <= len) { in wpas_populate_assoc_ies()
3248 wpabuf_head(hs20), wpabuf_len(hs20)); in wpas_populate_assoc_ies()
3249 wpa_ie_len += wpabuf_len(hs20); in wpas_populate_assoc_ies()
3251 wpabuf_free(hs20); in wpas_populate_assoc_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.h65 const u8 *hs20; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.h91 const u8 *hs20; member

12