HomeSort by: relevance | last modified time | path
    Searched refs:check_cert_subject (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_peer/
eap_config.h 123 * check_cert_subject - Constraint for server certificate subject fields
125 * If check_cert_subject is set, the value of every field will be
132 * For example, check_cert_subject=C=US/O=XX/OU=ABC/OU=XYZ/CN=1234 will
138 * in check_cert_subject.
144 * For example, check_cert_subject=C=US/O=XX/OU=Production* and we have
150 * 'check_cert_subject' up to 'wildcard'.
152 * (Allow all servers, e.g., check_cert_subject=*)
154 char *check_cert_subject; member in struct:eap_peer_cert_config
eap_tls_common.c 122 params->check_cert_subject = config->check_cert_subject;
  /src/external/bsd/wpa/dist/src/ap/
authsrv.c 333 params.check_cert_subject = hapd->conf->check_cert_subject;
ap_config.h 425 char *check_cert_subject; member in struct:hostapd_bss_config
ap_config.c 852 os_free(conf->check_cert_subject);
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_winreg.c 910 STR(check_cert_subject);
config.c 2563 { STRe(check_cert_subject, cert.check_cert_subject) },
2573 { STRe(check_cert_subject2, phase2_cert.check_cert_subject) },
2600 { STRe(machine_check_cert_subject, machine_cert.check_cert_subject) },
2874 os_free(cert->check_cert_subject);
config_file.c 712 STR(check_cert_subject);
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 2639 } else if (os_strcmp(buf, "check_cert_subject") == 0) {
2641 wpa_printf(MSG_ERROR, "Line %d: unknown check_cert_subject '%s'",
2645 os_free(bss->check_cert_subject);
2646 bss->check_cert_subject = os_strdup(pos);
2647 if (!bss->check_cert_subject)

Completed in 38 milliseconds