Home
last modified time | relevance | path

Searched refs:check_crl_strict (Results 1 - 10 of 10) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dauthsrv.c253 hapd->conf->check_crl_strict)) { in authsrv_init()
H A Dap_config.h414 int check_crl_strict; member
H A Dap_config.c150 bss->check_crl_strict = 1; in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dauthsrv.c287 hapd->conf->check_crl_strict)) { in authsrv_init()
H A Dap_config.h418 int check_crl_strict; member
H A Dap_config.c163 bss->check_crl_strict = 1; in hostapd_config_defaults_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c225 int check_crl_strict; member
2347 if (!preverify_ok && !conn->data->check_crl_strict && in tls_verify_cb()
2820 data->check_crl_strict = strict; in tls_global_set_verify()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c230 int check_crl_strict; member
2424 if (!preverify_ok && !conn->data->check_crl_strict && in tls_verify_cb()
2902 data->check_crl_strict = strict; in tls_global_set_verify()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c2624 } else if (os_strcmp(buf, "check_crl_strict") == 0) { in hostapd_config_fill()
2625 bss->check_crl_strict = atoi(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c2542 } else if (os_strcmp(buf, "check_crl_strict") == 0) {
2543 bss->check_crl_strict = atoi(pos);

Completed in 30 milliseconds