Home
last modified time | relevance | path

Searched defs:tls_conf (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c140 struct tls_conf struct
142 mbedtls_ssl_config conf;
144 unsigned int verify_peer : 1;
145 unsigned int verify_depth0_only : 1;
146 unsigned int check_crl : 2; /*(needs :2 bits for 0, 1, 2)*/
147 unsigned int check_crl_strict : 1; /*(needs :1 bit for 0, 1)*/
148 unsigned int ca_cert_probe : 1;
149 unsigned int has_ca_cert : 1;
150 unsigned int has_client_cert : 1;
151 unsigned int has_private_key : 1;
[all …]
/hostap-latest/src/radius/
Dradius_client.c1866 struct tls_config tls_conf; in radius_client_init() local