ESP-IDF
eapol_state_machine::auth_pae_state
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
eapol_state_machine::auth_pae_state
eapol_state_machine::auth_pae_state field
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm_i.h:64
enum
{
AUTH_PAE_INITIALIZE
,
AUTH_PAE_DISCONNECTED
,
AUTH_PAE_CONNECTING
,
AUTH_PAE_AUTHENTICATING
,
AUTH_PAE_AUTHENTICATED
,
AUTH_PAE_ABORTING
,
AUTH_PAE_HELD
,
AUTH_PAE_FORCE_AUTH
,
AUTH_PAE_FORCE_UNAUTH
,
AUTH_PAE_RESTART
}
auth_pae_state
;
Examples
References
from
examples
Code
Location
Referrer
AUTH_PAE_FORCE_UNAUTH
,
AUTH_PAE_RESTART
}
auth_pae_state
;
eapol_auth_sm_i.h:67
SM_ENTRY_MA
(
AUTH_PAE
,
INITIALIZE
,
auth_pae
)
;
eapol_auth_sm.c:204
int
from_initialize
=
sm
->
auth_pae_state
==
AUTH_PAE_INITIALIZE
;
eapol_auth_sm.c:223
if
(
sm
->
auth_pae_state
==
AUTH_PAE_CONNECTING
)
eapol_auth_sm.c:226
else
if
(
sm
->
auth_pae_state
==
AUTH_PAE_AUTHENTICATED
)
eapol_auth_sm.c:228
SM_ENTRY_MA
(
AUTH_PAE
,
DISCONNECTED
,
auth_pae
)
;
eapol_auth_sm.c:232
if
(
sm
->
auth_pae_state
==
AUTH_PAE_AUTHENTICATED
)
{
eapol_auth_sm.c:248
SM_ENTRY_MA
(
AUTH_PAE
,
RESTART
,
auth_pae
)
;
eapol_auth_sm.c:257
if
(
sm
->
auth_pae_state
!=
AUTH_PAE_CONNECTING
)
eapol_auth_sm.c:265
SM_ENTRY_MA
(
AUTH_PAE
,
CONNECTING
,
auth_pae
)
;
eapol_auth_sm.c:268
if
(
sm
->
auth_pae_state
==
AUTH_PAE_AUTHENTICATING
&&
sm
->
authFail
)
eapol_auth_sm.c:277
SM_ENTRY_MA
(
AUTH_PAE
,
HELD
,
auth_pae
)
;
eapol_auth_sm.c:280
if
(
sm
->
auth_pae_state
==
AUTH_PAE_AUTHENTICATING
&&
sm
->
authSuccess
)
eapol_auth_sm.c:304
SM_ENTRY_MA
(
AUTH_PAE
,
AUTHENTICATED
,
auth_pae
)
;
eapol_auth_sm.c:307
SM_ENTRY_MA
(
AUTH_PAE
,
AUTHENTICATING
,
auth_pae
)
;
eapol_auth_sm.c:319
if
(
sm
->
auth_pae_state
==
AUTH_PAE_AUTHENTICATING
)
{
eapol_auth_sm.c:333
SM_ENTRY_MA
(
AUTH_PAE
,
ABORTING
,
auth_pae
)
;
eapol_auth_sm.c:342
SM_ENTRY_MA
(
AUTH_PAE
,
FORCE_AUTH
,
auth_pae
)
;
eapol_auth_sm.c:352
SM_ENTRY_MA
(
AUTH_PAE
,
FORCE_UNAUTH
,
auth_pae
)
;
eapol_auth_sm.c:364
switch
(
sm
->
auth_pae_state
)
{
eapol_auth_sm.c:388
sm
->
auth_pae_state
=
AUTH_PAE_INITIALIZE
;
eapol_auth_sm.c:795
eapol_auth_alloc()
prev_auth_pae
=
sm
->
auth_pae_state
;
eapol_auth_sm.c:903
eapol_sm_step_run()
if
(
prev_auth_pae
!=
sm
->
auth_pae_state
||
eapol_auth_sm.c:924
eapol_sm_step_run()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eapol_state_machine::auth_pae_state
is written by 1 function and is read by 1 function:
eapol_auth_alloc()
All items filtered out
eapol_state_machine::auth_pae_state
eapol_sm_step_run()
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