/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
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
|
D | .gitignore | 1 hs20-osu-client
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
D | Makefile | 1 ALL=hs20-osu-client 82 hs20-osu-client: $(OBJS) 83 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
|
D | .gitignore | 1 hs20-osu-client
|
/third_party/wpa_supplicant/ |
D | README_zh.md | 23 | |-- hs20 # 热点2.0(Hotspot2.0)相关功能 29 | |-- hs20 # 热点2.0(Hotspot2.0)相关功能
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/ |
D | CMakeLists.txt | 8 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/ |
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 | 275 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/ |
D | Makefile | 43 hs20.o \
|
D | hs20.c | 25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
|
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()
|
D | ap_config.h | 595 int hs20; member
|
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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
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()
|
D | README-HS20 | 77 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"
|
D | config.h | 987 int hs20; member
|
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() 2812 wpabuf_free(hs20); in wpas_populate_assoc_ies()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | 672 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()
|
D | config.h | 1040 int hs20; member
|
D | wpa_supplicant.c | 1986 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/ |
D | ieee802_11_common.h | 65 const u8 *hs20; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_common.h | 91 const u8 *hs20; member
|