ESP-IDF
eap_ttls_data::resuming
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eap_ttls_data::resuming
eap_ttls_data::resuming field
Syntax
Show:
Summary
Declaration
from
eap_ttls.c:55
int
resuming
;
Examples
References
from
examples
Code
Location
Referrer
int
resuming
;
/* starting a resumed session */
eap_ttls.c:55
if
(
data
->
resuming
)
{
eap_ttls.c:1518
eap_ttls_process_handshake()
data
->
resuming
=
0
;
eap_ttls.c:1536
eap_ttls_process_handshake()
!
data
->
resuming
)
{
eap_ttls.c:1620
eap_ttls_process()
data
->
resuming
=
1
;
eap_ttls.c:1679
eap_ttls_init_for_reauth()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eap_ttls_data::resuming
is written by 2 functions and is read by 2 functions:
eap_ttls_process_handshake()
eap_ttls_init_for_reauth()
All items filtered out
eap_ttls_data::resuming
eap_ttls_process_handshake()
eap_ttls_process()
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