Searched refs:domain_suffix_match (Results 1 – 9 of 9) sorted by relevance
226 char *domain_suffix_match; member
93 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1()
176 char *domain_suffix_match; member
171 # domain_suffix_match: Constraint for server domain name178 # top-level domain and all the labels in @domain_suffix_match shall be182 # For example, domain_suffix_match=example.com would match283 # domain_suffix_match="example.com"
687 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()
1658 { 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()
1438 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()
252 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
1179 static int domain_suffix_match(const u8 *val, size_t len, const char *match) in domain_suffix_match() function1236 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()