Home
last modified time | relevance | path

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

12

/external/wpa_supplicant_8/hs20/server/
Dhs20-osu-server.txt41 assumes /home/user/hs20-server to be used, but this can be changed by
44 sudo mkdir -p /home/user/hs20-server
45 sudo chown $USER /home/user/hs20-server
46 mkdir -p /home/user/hs20-server/spp
47 mkdir -p /home/user/hs20-server/AS
75 cp hostapd hlr_auc_gw /home/user/hs20-server/AS
78 cd ../hs20/server
81 cp hs20_spp_server /home/user/hs20-server/spp
83 mkdir -p /home/user/hs20-server/AS/DB
84 sudo chgrp www-data /home/user/hs20-server/AS/DB
[all …]
Dsql-example.txt3 …ple.com','spp_http_auth_url','https://subscription-server.osu.example.com/hs20/spp.php?realm=examp…
4 …S('example.com','trust_root_cert_url','https://osu-server.osu.example.com/hs20/files/spp-root-ca.d…
6 …xample.com','aaa_trust_root_cert_url','https://osu-server.osu.example.com/hs20/files/aaa-root-ca.d…
9 …S('example.com','policy_url','https://subscription-server.osu.example.com/hs20/spp.php?realm=examp…
10 …ample.com','remediation_url','https://subscription-server.osu.example.com/hs20/remediation.php?ses…
11 ….com','free_remediation_url','https://subscription-server.osu.example.com/hs20/free-remediation.ph…
12 …S('example.com','signup_url','https://subscription-server.osu.example.com/hs20/signup.php?session_…
/external/wpa_supplicant_8/hs20/client/
DMakefile1 ALL=hs20-osu-client
76 hs20-osu-client: $(OBJS)
77 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
D.gitignore1 hs20-osu-client
DAndroid.mk65 L_CFLAGS += -DANDROID_LOG_NAME='"hs20-osu-client"'
/external/wpa_supplicant_8/hs20/server/ca/
Dest-csrattrs.sh3 openssl asn1parse -genconf est-csrattrs.cnf -out est-csrattrs.der -oid hs20.oid
/external/wpa_supplicant_8/
DAndroid.mk12 include $(S_LOCAL_PATH)/hs20/client/Android.mk
/external/wpa_supplicant_8/src/ap/
DMakefile31 hs20.o \
Dhs20.c25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
Dap_config.h615 int hs20; member
Ddrv_callbacks.c268 if (elems.hs20 && elems.hs20_len > 4) { in hostapd_notif_assoc()
269 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
Dieee802_11_shared.c392 if (hapd->conf->hs20) in hostapd_ext_capab_byte()
Dap_config.c1410 if (full_config && bss->hs20 && in hostapd_config_check_bss()
Dieee802_11.c3999 if (elems->hs20 && elems->hs20_len > 4) { in __check_assoc_ies()
4002 sta->hs20_ie = wpabuf_alloc_copy(elems->hs20 + 4, in __check_assoc_ies()
4004 release = ((elems->hs20[4] >> 4) & 0x0f) + 1; in __check_assoc_ies()
Dieee802_1x.c770 if (hapd->conf->hs20) { in ieee802_1x_encapsulate_radius()
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-HS2077 hs20=1
543 hs20=1 <--- HS 2.0 indication
565 Note: The Hotspot 2.0 indication is shown as "hs20=1" in the status
653 hs20=1
657 ssid="test-hs20"
662 identity="hs20-test@example.com"
Dsme.c962 struct wpabuf *hs20; in sme_send_authentication() local
964 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in sme_send_authentication()
965 if (hs20) { in sme_send_authentication()
969 wpas_hs20_add_indication(hs20, pps_mo_id, in sme_send_authentication()
971 wpas_hs20_add_roam_cons_sel(hs20, ssid); in sme_send_authentication()
974 if (wpabuf_len(hs20) <= len) { in sme_send_authentication()
977 wpabuf_head(hs20), wpabuf_len(hs20)); in sme_send_authentication()
978 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20); in sme_send_authentication()
980 wpabuf_free(hs20); in sme_send_authentication()
Dconfig.h1088 int hs20; member
Dwpa_supplicant.c2136 if (wpa_s->conf->hs20) in wpas_ext_capab_byte()
3508 struct wpabuf *hs20; in wpas_populate_assoc_ies() local
3510 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in wpas_populate_assoc_ies()
3511 if (hs20) { in wpas_populate_assoc_ies()
3515 wpas_hs20_add_indication(hs20, pps_mo_id, in wpas_populate_assoc_ies()
3517 wpas_hs20_add_roam_cons_sel(hs20, ssid); in wpas_populate_assoc_ies()
3519 if (wpabuf_len(hs20) <= len) { in wpas_populate_assoc_ies()
3521 wpabuf_head(hs20), wpabuf_len(hs20)); in wpas_populate_assoc_ies()
3522 wpa_ie_len += wpabuf_len(hs20); in wpas_populate_assoc_ies()
3524 wpabuf_free(hs20); in wpas_populate_assoc_ies()
DAndroid.bp297 "src/ap/hs20.c",
Dhs20_supplicant.c168 return wpa_s->conf->hs20; in is_hs20_config()
Dconfig_file.c1333 if (config->hs20) in wpa_config_write_global()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h66 const u8 *hs20; member
Dieee802_11_common.c111 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
/external/wpa_supplicant_8/hostapd/
DAndroid.bp340 "src/ap/hs20.c",

12