Home
last modified time | relevance | path

Searched refs:domain_suffix_match (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_config.h226 char *domain_suffix_match; member
Deap_tls_common.c93 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1()
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.h176 char *domain_suffix_match; member
DREADME-HS20171 # domain_suffix_match: Constraint for server domain name
178 # top-level domain and all the labels in @domain_suffix_match shall be
182 # For example, domain_suffix_match=example.com would match
283 # domain_suffix_match="example.com"
Dconfig_file.c687 STR(domain_suffix_match); in wpa_config_write_network()
787 if (cred->domain_suffix_match) in wpa_config_write_cred()
789 cred->domain_suffix_match); in wpa_config_write_cred()
Dconfig.c1658 { STRe(domain_suffix_match) },
1878 os_free(eap->domain_suffix_match); in eap_peer_config_free()
1961 os_free(cred->domain_suffix_match); in wpa_config_free_cred()
2670 os_free(cred->domain_suffix_match); in wpa_config_set_cred()
2671 cred->domain_suffix_match = val; in wpa_config_set_cred()
2972 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
Dinterworking.c1438 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params()
1440 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
DChangeLog252 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1179 static int domain_suffix_match(const u8 *val, size_t len, const char *match) in domain_suffix_match() function
1236 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix()
1265 if (domain_suffix_match(cn->data, cn->length, match) == 1) { in tls_match_suffix()