Home
last modified time | relevance | path

Searched refs:TLS_CONN_DISABLE_TLSv1_2 (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dtls.h103 #define TLS_CONN_DISABLE_TLSv1_2 BIT(6) macro
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client.c47 if ((conn->flags & TLS_CONN_DISABLE_TLSv1_2) && in tls_client_highest_ver()
Dtlsv1_client_read.c36 ((conn->flags & TLS_CONN_DISABLE_TLSv1_2) && in tls_version_disabled()