ESP-IDF
eapol_state_machine::portControl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::portControl
eapol_state_machine::portControl field
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm_i.h:56
PortTypes
portControl
;
Examples
References
from
examples
Code
Location
Referrer
PortTypes
portControl
;
eapol_auth_sm_i.h:56
if
(
(
sm
->
portControl
==
Auto
&&
sm
->
portMode
!=
sm
->
portControl
)
||
eapol_auth_sm.c:376
else
if
(
sm
->
portControl
==
ForceAuthorized
&&
eapol_auth_sm.c:379
sm
->
portMode
!=
sm
->
portControl
&&
eapol_auth_sm.c:380
else
if
(
sm
->
portControl
==
ForceUnauthorized
&&
eapol_auth_sm.c:383
sm
->
portMode
!=
sm
->
portControl
&&
eapol_auth_sm.c:384
if
(
sm
->
portControl
!=
Auto
||
sm
->
initialize
||
sm
->
authAbort
)
{
eapol_auth_sm.c:541
if
(
sm
->
portControl
!=
Auto
||
sm
->
initialize
||
eapol_auth_sm.c:626
sm
->
portControl
=
Auto
;
eapol_auth_sm.c:812
eapol_auth_alloc()
sm
->
portControl
=
ForceAuthorized
;
eapol_auth_sm.c:1117
eapol_auth_set_conf()
sm
->
portControl
=
ForceUnauthorized
;
eapol_auth_sm.c:1119
eapol_auth_set_conf()
sm
->
portControl
=
Auto
;
eapol_auth_sm.c:1121
eapol_auth_set_conf()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eapol_state_machine::portControl
is written by 2 functions:
eapol_auth_alloc()
eapol_auth_set_conf()
All items filtered out
eapol_state_machine::portControl
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