HomeSort by relevance Sort by last modified time
    Searched refs:domain_suffix_match (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 195 * For such a use case, domain_suffix_match should be used instead.
218 * domain_suffix_match - Constraint for server domain name
226 * top-level domain and all the labels in domain_suffix_match shall be
230 * For example, domain_suffix_match=example.com would match
233 char *domain_suffix_match; member in struct:eap_peer_config
243 * domain_suffix_match, but has the requirement of a full match, i.e.,
348 * This field is like domain_suffix_match, but used for phase 2 (inside
eap_tls_common.c 109 params->suffix_match = config->domain_suffix_match;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 177 * domain_suffix_match - Constraint for server domain name
185 * top-level domain and all the labels in @domain_suffix_match shall be
189 * For example, domain_suffix_match=example.com would match
192 char *domain_suffix_match; member in struct:wpa_cred
    [all...]
config_file.c 774 STR(domain_suffix_match);
948 if (cred->domain_suffix_match)
950 cred->domain_suffix_match);
    [all...]
config.c     [all...]
interworking.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_network.cpp     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
sta_network.cpp     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1631 static int domain_suffix_match(const u8 *val, size_t len, const char *match, function
    [all...]

Completed in 358 milliseconds