/hostap-latest/wpadebug/src/w1/fi/wpadebug/ |
D | WpaCredActivity.java | 35 String domain; field in Credential 51 domain = fields[3]; in Credential() 53 domain = null; in Credential() 66 domain = _domain; in Credential() 75 if (domain != null) in toString() 76 res += " (domain=" + domain + ")"; in toString() 137 String domain = data.getStringExtra("domain"); in onActivityResult() local 138 if (domain != null && domain.length() == 0) in onActivityResult() 139 domain = null; in onActivityResult() 175 (domain != null && !set_cred_quoted(id, "domain", domain)) || in onActivityResult() [all …]
|
/hostap-latest/src/eap_server/ |
D | eap_server.c | 84 const char *domain; in eap_sm_buildInitiateReauthStart() local 89 domain = eap_get_erp_domain(sm); in eap_sm_buildInitiateReauthStart() 90 if (domain) { in eap_sm_buildInitiateReauthStart() 91 domain_len = os_strlen(domain); in eap_sm_buildInitiateReauthStart() 101 if (domain) { in eap_sm_buildInitiateReauthStart() 105 wpabuf_put_data(msg, domain, domain_len); in eap_sm_buildInitiateReauthStart() 426 const char *domain; in eap_server_erp_init() local 431 domain = eap_get_erp_domain(sm); in eap_server_erp_init() 432 if (!domain) in eap_server_erp_init() 435 domain_len = os_strlen(domain); in eap_server_erp_init() [all …]
|
/hostap-latest/wpa_supplicant/examples/ |
D | udhcpd-p2p.conf | 88 option domain atherosowl.com
|
/hostap-latest/src/eap_common/ |
D | eap_common.h | 16 const u8 *domain; member
|
D | eap_common.c | 257 tlvs->domain = pos; in erp_parse_tlvs()
|
/hostap-latest/hostapd/ |
D | hlr_auc_gw.txt | 7 authentication queries over a UNIX domain socket to and external 32 -s<socket path> = path for UNIX domain socket
|
D | README-WPS | 168 interface. This can be done either by using the UNIX domain socket
|
/hostap-latest/wpa_supplicant/ |
D | interworking.h | 35 const char *domain, int exact_match);
|
D | ctrl_iface_udp.c | 402 int domain = PF_INET6; local 405 int domain = PF_INET; local 429 priv->sock = socket(domain, SOCK_DGRAM, 0);
|
D | README-HS20 | 182 # domain_suffix_match: Constraint for server domain name 188 # host/domain name is compared one label at a time starting from the 189 # top-level domain and all the labels in @domain_suffix_match shall be 196 # domain: Home service provider FQDN(s) 198 # whether the AP is operated by the Home SP. Multiple domain entries can 333 # domain="example.com" 347 # domain="example.com"
|
D | interworking.c | 191 if (cred->domain || cred->pcsc || cred->imsi || in cred_with_domain() 2252 const char *domain, int exact_match) in domain_name_list_contains() argument 2257 len = os_strlen(domain); in domain_name_list_contains() 2271 os_strncasecmp(domain, (const char *) pos, len) == 0) in domain_name_list_contains() 2277 if (os_strncasecmp(domain, ap + offset, len) == 0) in domain_name_list_contains() 2331 if (domain_names == NULL || cred->domain == NULL) in interworking_home_sp_cred() 2337 cred->domain[i]); in interworking_home_sp_cred() 2338 if (domain_name_list_contains(domain_names, cred->domain[i], 1)) in interworking_home_sp_cred()
|
D | config.h | 255 char **domain; member
|
D | README | 939 user). It opens a UNIX domain socket for each interface that is 951 - create /var/run/wpa_priv directory for UNIX domain sockets and control 1113 [protocol] [source ip] [destination_ip]/[domain name] [source port] 1163 a wildcard DSCP query or a DSCP query with a single domain name
|
D | config.c | 2985 os_free(cred->domain[i]); in wpa_config_free_cred() 2986 os_free(cred->domain); in wpa_config_free_cred() 3899 new_domain = os_realloc_array(cred->domain, in wpa_config_set_cred() 3907 cred->domain = new_domain; in wpa_config_set_cred() 4280 i > 0 ? "\n" : "", cred->domain[i]); in wpa_config_get_cred_no_key()
|
D | README-Windows.txt | 193 ctrl_interface is using UNIX domain sockets when built for cygwin, but
|
D | ChangeLog | 116 * fixed FT-EAP initial mobility domain association using PMKSA caching 449 regulatory domain) 810 domain name 1066 compressed domain name format and support multiple Bonjour PTR matches 1654 * changed ctrl_interface configuration for UNIX domain sockets: 1814 using UNIX domain sockets; this avoids selecting an incorrect
|
D | android.config | 176 # unix = UNIX domain sockets (default for Linux/*BSD)
|
/hostap-latest/tests/hwsim/ |
D | test_ap_hs20.py | 1796 def default_cred(domain=None, user="hs20-test"): argument 1801 if domain: 1802 cred['domain'] = domain 2252 def conn_capab_cred(domain=None, req_conn_capab=None): argument 2253 cred = default_cred(domain=domain) 2268 values = conn_capab_cred(domain="example.com", req_conn_capab="6:1234") 2274 values = conn_capab_cred(domain="example.org", req_conn_capab="6:1234") 2284 values = conn_capab_cred(domain="example.org", req_conn_capab="1:0") 2289 values = conn_capab_cred(domain="example.org", req_conn_capab="17:5060") 2299 values = conn_capab_cred(domain="example.org", req_conn_capab="50") [all …]
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 44 privileges (usually, root user). It opens a UNIX domain socket for each 63 <para>Create /var/run/wpa_priv directory for UNIX domain sockets and
|
/hostap-latest/doc/ |
D | hostapd_ctrl_iface.doxygen | 15 example, Linux version of hostapd is using UNIX domain sockets for the
|
D | code_structure.doxygen | 212 UNIX domain sockets -based control interface backend
|
D | porting.doxygen | 124 this is implemented with socket based communication; both UNIX domain
|
D | p2p.doxygen | 368 through the control interface backend mechanism (e.g., local domain
|
/hostap-latest/src/common/ |
D | wpa_common.h | 766 int fils_domain_name_hash(const char *domain, u8 *hash);
|
/hostap-latest/src/eap_peer/ |
D | eap.c | 1837 if (parse.domain) { in eap_peer_initiate() 1840 parse.domain, parse.domain_len); in eap_peer_initiate()
|