Searched refs:machine_cert (Results 1 - 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_config.h | 418 * machine_cert - Certificate parameters for Phase 2 machine credential 424 struct eap_peer_cert_config machine_cert; member
|
H A D | eap_tls.c | 43 cert = &config->machine_cert; in eap_tls_init()
|
H A D | eap_tls_common.c | 156 eap_tls_cert_params_from_conf(params, &config->machine_cert); in eap_tls_params_from_conf2m()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.c | 2621 { STRe(machine_ca_cert, machine_cert.ca_cert) }, 2622 { STRe(machine_ca_path, machine_cert.ca_path) }, 2623 { STRe(machine_client_cert, machine_cert.client_cert) }, 2624 { STRe(machine_private_key, machine_cert.private_key) }, 2626 machine_cert.private_key_passwd) }, 2627 { STRe(machine_dh_file, machine_cert.dh_file) }, 2628 { STRe(machine_subject_match, machine_cert.subject_match) }, 2629 { STRe(machine_check_cert_subject, machine_cert.check_cert_subject) }, 2630 { STRe(machine_altsubject_match, machine_cert.altsubject_match) }, 2632 machine_cert [all...] |
H A D | config_file.c | 797 INTe(machine_engine, machine_cert.engine); in wpa_config_write_network() 818 INTe(machine_ocsp, machine_cert.ocsp); in wpa_config_write_network()
|
Completed in 13 milliseconds