Searched refs:STRe (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config.c | 2442 #define STRe(f, m) _STRe(f, m), NULL, NULL, NULL, 0 macro 2557 { STRe(ca_cert, cert.ca_cert) }, 2558 { STRe(ca_path, cert.ca_path) }, 2559 { STRe(client_cert, cert.client_cert) }, 2560 { STRe(private_key, cert.private_key) }, 2562 { STRe(subject_match, cert.subject_match) }, 2563 { STRe(check_cert_subject, cert.check_cert_subject) }, 2564 { STRe(altsubject_match, cert.altsubject_match) }, 2565 { STRe(domain_suffix_match, cert.domain_suffix_match) }, 2566 { STRe(domain_match, cert.domain_match) }, [all …]
|