/external/wpa_supplicant_8/hs20/server/ |
D | hs20-osu-server.txt | 46 assumes /home/user/hs20-server to be used, but this can be changed by 49 sudo mkdir -p /home/user/hs20-server 50 sudo chown $USER /home/user/hs20-server 51 mkdir -p /home/user/hs20-server/spp 52 mkdir -p /home/user/hs20-server/AS 80 cp hostapd hlr_auc_gw /home/user/hs20-server/AS 83 cd ../hs20/server 86 cp hs20_spp_server /home/user/hs20-server/spp 88 mkdir -p /home/user/hs20-server/AS/DB 89 sudo chgrp www-data /home/user/hs20-server/AS/DB [all …]
|
D | sql-example.txt | 3 …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/ |
D | Makefile | 1 all: hs20-osu-client 81 hs20-osu-client: $(OBJS) 82 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS) 90 rm -f core *~ *.o *.d hs20-osu-client
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | est-csrattrs.sh | 3 openssl asn1parse -genconf est-csrattrs.cnf -out est-csrattrs.der -oid hs20.oid
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | sme.c | 421 struct wpabuf *hs20; in sme_send_authentication() local 422 hs20 = wpabuf_alloc(20); in sme_send_authentication() 423 if (hs20) { in sme_send_authentication() 427 wpas_hs20_add_indication(hs20, pps_mo_id); in sme_send_authentication() 430 if (wpabuf_len(hs20) <= len) { in sme_send_authentication() 433 wpabuf_head(hs20), wpabuf_len(hs20)); in sme_send_authentication() 434 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20); in sme_send_authentication() 436 wpabuf_free(hs20); in sme_send_authentication()
|
D | config.h | 841 int hs20; member
|
D | wpa_supplicant.c | 1403 if (wpa_s->conf->hs20) in wpas_ext_capab_byte() 2137 struct wpabuf *hs20; in wpas_start_assoc_cb() local 2138 hs20 = wpabuf_alloc(20); in wpas_start_assoc_cb() 2139 if (hs20) { in wpas_start_assoc_cb() 2143 wpas_hs20_add_indication(hs20, pps_mo_id); in wpas_start_assoc_cb() 2145 if (wpabuf_len(hs20) <= len) { in wpas_start_assoc_cb() 2147 wpabuf_head(hs20), wpabuf_len(hs20)); in wpas_start_assoc_cb() 2148 wpa_ie_len += wpabuf_len(hs20); in wpas_start_assoc_cb() 2150 wpabuf_free(hs20); in wpas_start_assoc_cb()
|
D | README-HS20 | 77 hs20=1 491 hs20=1 <--- HS 2.0 indication 513 Note: The Hotspot 2.0 indication is shown as "hs20=1" in the status
|
D | hs20_supplicant.c | 83 if (!wpa_s->conf->hs20 || !ssid) in is_hs20_network()
|
D | config_file.c | 1157 if (config->hs20) in wpa_config_write_global()
|
D | ctrl_iface.c | 1733 const u8 *hs20; in wpa_supplicant_ctrl_iface_status() local 1880 (hs20 = wpa_bss_get_vendor_ie(wpa_s->current_bss, in wpa_supplicant_ctrl_iface_status() 1885 if (hs20[1] >= 5) { in wpa_supplicant_ctrl_iface_status() 1886 u8 rel_num = (hs20[6] & 0xf0) >> 4; in wpa_supplicant_ctrl_iface_status()
|
D | scan.c | 484 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 7) == 0) in wpa_supplicant_extra_ies()
|
D | Makefile | 872 OBJS += ../src/ap/hs20.o
|
D | ChangeLog | 205 OMA-DM protocols) (hs20/client/*) 210 [,hs20:<subtype>][...,hs20:<subtype>]
|
/external/wpa_supplicant_8/src/ap/ |
D | Makefile | 37 hs20.o \
|
D | hs20.c | 23 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
|
D | ieee802_11_shared.c | 207 if (hapd->conf->hs20) in hostapd_ext_capab_byte() 239 if (hapd->conf->hs20 && len < 6) in hostapd_eid_ext_capab()
|
D | ap_config.h | 492 int hs20; member
|
D | drv_callbacks.c | 151 if (elems.hs20 && elems.hs20_len > 4) { in hostapd_notif_assoc() 152 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
|
D | ap_config.c | 830 if (full_config && bss->hs20 && in hostapd_config_check_bss()
|
D | ieee802_11.c | 1531 if (elems.hs20 && elems.hs20_len > 4) { in check_assoc_ies() 1532 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in check_assoc_ies()
|
D | ieee802_1x.c | 644 if (hapd->conf->hs20) { in ieee802_1x_encapsulate_radius()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 44 const u8 *hs20; member
|
D | ieee802_11_common.c | 109 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
|
/external/wpa_supplicant_8/hostapd/ |
D | Makefile | 850 OBJS += ../src/ap/hs20.o
|