Home
last modified time | relevance | path

Searched refs:phase2_cert (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/src/eap_peer/
Deap_config.h402 struct eap_peer_cert_config phase2_cert; member
Deap_tls.c46 cert = &config->phase2_cert; in eap_tls_init()
Deap_tls_common.c151 eap_tls_cert_params_from_conf(params, &config->phase2_cert); in eap_tls_params_from_conf2()
Deap.c2749 !config->phase2_cert.private_key) in eap_get_phase2_types()
/hostap-latest/wpa_supplicant/
Dconfig.c2567 { STRe(ca_cert2, phase2_cert.ca_cert) },
2568 { STRe(ca_path2, phase2_cert.ca_path) },
2569 { STRe(client_cert2, phase2_cert.client_cert) },
2570 { STRe(private_key2, phase2_cert.private_key) },
2571 { STR_KEYe(private_key2_passwd, phase2_cert.private_key_passwd) },
2572 { STRe(subject_match2, phase2_cert.subject_match) },
2573 { STRe(check_cert_subject2, phase2_cert.check_cert_subject) },
2574 { STRe(altsubject_match2, phase2_cert.altsubject_match) },
2575 { STRe(domain_suffix_match2, phase2_cert.domain_suffix_match) },
2576 { STRe(domain_match2, phase2_cert.domain_match) },
[all …]
Dconfig_file.c751 INTe(engine2, phase2_cert.engine); in wpa_config_write_network()
772 INTe(ocsp2, phase2_cert.ocsp); in wpa_config_write_network()
Dconfig_winreg.c934 INTe(engine2, phase2_cert.engine); in wpa_config_write_network()