diff options
Diffstat (limited to 'src/eap_peer/eap_tls_common.h')
-rw-r--r-- | src/eap_peer/eap_tls_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/eap_peer/eap_tls_common.h b/src/eap_peer/eap_tls_common.h index acd2b783617fe..306e6a98bc3f7 100644 --- a/src/eap_peer/eap_tls_common.h +++ b/src/eap_peer/eap_tls_common.h @@ -73,6 +73,11 @@ struct eap_ssl_data { * eap_type - EAP method used in Phase 1 (EAP_TYPE_TLS/PEAP/TTLS/FAST) */ u8 eap_type; + + /** + * tls_v13 - Whether TLS v1.3 or newer is used + */ + int tls_v13; }; |