ESP-IDF
eap_ssl_data::tls_v13
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_ssl_data::tls_v13
eap_ssl_data::tls_v13 field
tls_v13 - Whether TLS v1.3 or newer is used
Syntax
Show:
Summary
Declaration
from
eap_tls_common.h:85
int
tls_v13
;
Examples
References
from
examples
Code
Location
Referrer
int
tls_v13
;
eap_tls_common.h:85
if
(
data
->
ssl
.
tls_v13
)
{
eap_peap.c:1211
eap_peap_process()
if
(
data
->
ssl
.
tls_v13
)
{
eap_tls.c:137
eap_tls_success()
if
(
res
==
2
&&
data
->
ssl
.
tls_v13
&&
wpabuf_len
(
resp
)
==
1
&&
eap_tls.c:247
eap_tls_process()
(
!
data
->
ssl
.
tls_v13
||
data
->
prot_success_received
)
)
eap_tls.c:259
eap_tls_process()
if
(
data
->
tls_v13
)
{
eap_tls_common.c:311
eap_peer_tls_derive_session_id()
data
->
tls_v13
=
os_strcmp
(
buf
,
"TLSv1.3"
)
==
0
;
eap_tls_common.c:666
eap_peer_tls_process_helper()
if
(
data
->
ssl
.
tls_v13
)
{
eap_ttls.c:225
eap_ttls_v0_derive_key()
if
(
data
->
ssl
.
tls_v13
&&
wpabuf_len
(
in_decrypted
)
==
1
&&
eap_ttls.c:1427
eap_ttls_decrypt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_ssl_data::tls_v13
is written by 1 function and is read by 6 functions:
eap_peer_tls_process_helper()
All items filtered out
eap_ssl_data::tls_v13
eap_peap_process()
eap_tls_success()
eap_tls_process()
eap_peer_tls_derive_session_id()
eap_ttls_v0_derive_key()
eap_ttls_decrypt()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out