ESP-IDF
eapol_state_machine::flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eapol_state_machine::flags
eapol_state_machine::flags field
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm_i.h:144
int
flags
;
Examples
References
from
examples
Code
Location
Referrer
int
flags
;
/* EAPOL_SM_* */
eapol_auth_sm_i.h:144
if
(
sm
->
flags
&
EAPOL_SM_WAIT_START
)
{
eapol_auth_sm.c:122
eapol_auth_tx_req()
sm
->
flags
&
EAPOL_SM_PREAUTH
,
eapol_auth_sm.c:240
sm
->
flags
&
EAPOL_SM_PREAUTH
,
sm
->
remediation
)
;
eapol_auth_sm.c:298
sm
->
flags
&
EAPOL_SM_PREAUTH
,
sm
->
remediation
)
;
eapol_auth_sm.c:313
sm
->
flags
=
flags
;
eapol_auth_sm.c:789
eapol_auth_alloc()
sta
->
eapol_sm
->
flags
|=
EAPOL_SM_WAIT_START
;
ieee802_1x.c:231
ieee802_1x_receive()
sta
->
eapol_sm
->
flags
&=
~
EAPOL_SM_WAIT_START
;
ieee802_1x.c:252
ieee802_1x_receive()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eapol_state_machine::flags
is written by 2 functions and is read by 2 functions:
ieee802_1x_receive()
eapol_auth_alloc()
All items filtered out
eapol_state_machine::flags
ieee802_1x_receive()
eapol_auth_tx_req()
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