/external/wpa_supplicant_8/hs20/server/ |
D | hs20-osu-server.txt | 41 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 …]
|
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 76 hs20-osu-client: $(OBJS) 77 $(Q)$(LDO) $(LDFLAGS) -o hs20-osu-client $(OBJS) $(LIBS)
|
D | .gitignore | 1 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/src/ap/ |
D | Makefile | 31 hs20.o \
|
D | hs20.c | 25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
|
D | ieee802_11_shared.c | 382 if (hapd->conf->hs20) in hostapd_ext_capab_byte() 476 if (hapd->conf->hs20 && len < 6) in hostapd_eid_ext_capab()
|
D | ap_config.h | 602 int hs20; member
|
D | drv_callbacks.c | 273 if (elems.hs20 && elems.hs20_len > 4) { in hostapd_notif_assoc() 274 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in hostapd_notif_assoc()
|
D | ap_config.c | 1382 if (full_config && bss->hs20 && in hostapd_config_check_bss()
|
D | ieee802_11.c | 4657 if (elems.hs20 && elems.hs20_len > 4) { in check_assoc_ies() 4660 sta->hs20_ie = wpabuf_alloc_copy(elems.hs20 + 4, in check_assoc_ies() 4662 release = ((elems.hs20[4] >> 4) & 0x0f) + 1; in check_assoc_ies()
|
D | ieee802_1x.c | 770 if (hapd->conf->hs20) { in ieee802_1x_encapsulate_radius()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
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 | sme.c | 667 struct wpabuf *hs20; in sme_send_authentication() local 669 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in sme_send_authentication() 670 if (hs20) { in sme_send_authentication() 674 wpas_hs20_add_indication(hs20, pps_mo_id, in sme_send_authentication() 676 wpas_hs20_add_roam_cons_sel(hs20, ssid); in sme_send_authentication() 679 if (wpabuf_len(hs20) <= len) { in sme_send_authentication() 682 wpabuf_head(hs20), wpabuf_len(hs20)); in sme_send_authentication() 683 wpa_s->sme.assoc_req_ie_len += wpabuf_len(hs20); in sme_send_authentication() 685 wpabuf_free(hs20); in sme_send_authentication()
|
D | config.h | 1016 int hs20; member
|
D | wpa_supplicant.c | 1918 if (wpa_s->conf->hs20) in wpas_ext_capab_byte() 3050 struct wpabuf *hs20; in wpas_populate_assoc_ies() local 3052 hs20 = wpabuf_alloc(20 + MAX_ROAMING_CONS_OI_LEN); in wpas_populate_assoc_ies() 3053 if (hs20) { in wpas_populate_assoc_ies() 3057 wpas_hs20_add_indication(hs20, pps_mo_id, in wpas_populate_assoc_ies() 3059 wpas_hs20_add_roam_cons_sel(hs20, ssid); in wpas_populate_assoc_ies() 3061 if (wpabuf_len(hs20) <= len) { in wpas_populate_assoc_ies() 3063 wpabuf_head(hs20), wpabuf_len(hs20)); in wpas_populate_assoc_ies() 3064 wpa_ie_len += wpabuf_len(hs20); in wpas_populate_assoc_ies() 3066 wpabuf_free(hs20); in wpas_populate_assoc_ies()
|
D | hs20_supplicant.c | 168 return wpa_s->conf->hs20; in is_hs20_config()
|
D | config_file.c | 1285 if (config->hs20) in wpa_config_write_global()
|
D | ctrl_iface.c | 2190 const u8 *hs20; in wpa_supplicant_ctrl_iface_status() local 2359 (hs20 = wpa_bss_get_vendor_ie(wpa_s->current_bss, in wpa_supplicant_ctrl_iface_status() 2364 if (hs20[1] >= 5) { in wpa_supplicant_ctrl_iface_status() 2365 u8 rel_num = (hs20[6] & 0xf0) >> 4; in wpa_supplicant_ctrl_iface_status()
|
D | scan.c | 633 if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 9) == 0) in wpa_supplicant_extra_ies()
|
D | ChangeLog | 580 OMA-DM protocols) (hs20/client/*) 585 [,hs20:<subtype>][...,hs20:<subtype>]
|
D | config.c | 5131 { INT_RANGE(hs20, 0, 1), 0 },
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 82 const u8 *hs20; member
|
D | ieee802_11_common.c | 111 elems->hs20 = pos; in ieee802_11_parse_vendor_specific()
|