/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_config.h | 195 * For such a use case, domain_suffix_match should be used instead. 260 * domain_suffix_match - Constraint for server domain name 269 * the top-level domain and all the labels in domain_suffix_match shall 273 * For example, domain_suffix_match=example.com would match 278 char *domain_suffix_match; member 288 * domain_suffix_match, but has the requirement of a full match, i.e., 399 * This field is like domain_suffix_match, but used for phase 2 (inside
|
H A D | eap_tls_common.c | 120 params->suffix_match = config->domain_suffix_match; in eap_tls_params_from_conf1()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_config.h | 136 * For such a use case, domain_suffix_match should be used instead. 193 * domain_suffix_match - Constraint for server domain name 202 * the top-level domain and all the labels in domain_suffix_match shall 206 * For example, domain_suffix_match=example.com would match 211 char *domain_suffix_match; member 221 * domain_suffix_match, but has the requirement of a full match, i.e.,
|
H A D | eap_tls_common.c | 120 params->suffix_match = config->domain_suffix_match; in eap_tls_cert_params_from_conf()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.h | 181 * domain_suffix_match - Constraint for server domain name 189 * top-level domain and all the labels in @domain_suffix_match shall be 193 * For example, domain_suffix_match=example.com would match 196 char *domain_suffix_match; member
|
H A D | config_file.c | 787 STR(domain_suffix_match); in wpa_config_write_network() 970 if (cred->domain_suffix_match) in wpa_config_write_cred() 972 cred->domain_suffix_match); in wpa_config_write_cred()
|
H A D | config.c | 2262 { STRe(domain_suffix_match) }, 2533 os_free(eap->domain_suffix_match); in eap_peer_config_free() 2632 os_free(cred->domain_suffix_match); in wpa_config_free_cred() 3441 if (os_strcmp(var, "domain_suffix_match") == 0) { in wpa_config_set_cred() 3442 os_free(cred->domain_suffix_match); in wpa_config_set_cred() 3443 cred->domain_suffix_match = val; in wpa_config_set_cred() 3759 if (os_strcmp(var, "domain_suffix_match") == 0) in wpa_config_get_cred_no_key() 3760 return alloc_strdup(cred->domain_suffix_match); in wpa_config_get_cred_no_key()
|
H A D | interworking.c | 1548 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params() 1549 wpa_config_set_quoted(ssid, "domain_suffix_match", in interworking_set_eap_params() 1550 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.h | 209 * domain_suffix_match - Constraint for server domain name 217 * top-level domain and all the labels in @domain_suffix_match shall be 221 * For example, domain_suffix_match=example.com would match 224 char *domain_suffix_match; member
|
H A D | config.c | 2592 { STRe(domain_suffix_match, cert.domain_suffix_match) }, 2603 { STRe(domain_suffix_match2, phase2_cert.domain_suffix_match) }, 2632 machine_cert.domain_suffix_match) }, 2894 os_free(cert->domain_suffix_match); in eap_peer_config_free_cert() 3007 os_free(cred->domain_suffix_match); in wpa_config_free_cred() 3894 if (os_strcmp(var, "domain_suffix_match") == 0) { in wpa_config_set_cred() 3895 os_free(cred->domain_suffix_match); in wpa_config_set_cred() 3896 cred->domain_suffix_match = val; in wpa_config_set_cred() 4212 if (os_strcmp(var, "domain_suffix_match") in wpa_config_get_cred_no_key() [all...] |
H A D | config_file.c | 757 STR(domain_suffix_match); in wpa_config_write_network() 973 if (cred->domain_suffix_match) in wpa_config_write_cred() 975 cred->domain_suffix_match); in wpa_config_write_cred()
|
H A D | interworking.c | 1581 if (cred->domain_suffix_match && cred->domain_suffix_match[0] && in interworking_set_eap_params() 1582 wpa_config_set_quoted(ssid, "domain_suffix_match", in interworking_set_eap_params() 1583 cred->domain_suffix_match) < 0) in interworking_set_eap_params()
|
H A D | dpp_supplicant.c | 1359 ssid->eap.cert.domain_suffix_match = in wpas_dpp_add_network() 1361 if (!ssid->eap.cert.domain_suffix_match) in wpas_dpp_add_network()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_wolfssl.c | 645 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() function 698 if (domain_suffix_match((const char *) gen->obj, in tls_match_suffix_helper() 732 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
|
H A D | tls_openssl.c | 1750 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function 2019 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper() 2052 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_wolfssl.c | 647 static int domain_suffix_match(const char *val, size_t len, const char *match, in domain_suffix_match() function 701 if (domain_suffix_match( in tls_match_suffix_helper() 736 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
|
H A D | tls_openssl.c | 1790 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() function 2059 if (domain_suffix_match(gen->d.dNSName->data, in tls_match_suffix_helper() 2092 if (domain_suffix_match(cn->data, cn->length, in tls_match_suffix_helper()
|