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

  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 192 * For such a use case, domain_suffix_match should be used instead.
215 * domain_suffix_match - Constraint for server domain name
223 * top-level domain and all the labels in domain_suffix_match shall be
227 * For example, domain_suffix_match=example.com would match
230 char *domain_suffix_match; member in struct:eap_peer_config
240 * domain_suffix_match, but has the requirement of a full match, i.e.,
345 * This field is like domain_suffix_match, but used for phase 2 (inside
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 1477 static int domain_suffix_match(const u8 *val, size_t len, const char *match, function
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 175 * domain_suffix_match - Constraint for server domain name
183 * top-level domain and all the labels in @domain_suffix_match shall be
187 * For example, domain_suffix_match=example.com would match
190 char *domain_suffix_match; member in struct:wpa_cred
    [all...]

Completed in 80 milliseconds