ESP-IDF
Auto
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
Auto
Auto value
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm_i.h:16
Auto
=
2
;
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
{
ForceUnauthorized
=
1
,
ForceAuthorized
=
3
,
Auto
=
2
}
eapol_auth_sm_i.h:16
sm
->
portMode
=
Auto
;
eapol_auth_sm.c:205
if
(
(
sm
->
portControl
==
Auto
&&
sm
->
portMode
!=
sm
->
portControl
)
||
eapol_auth_sm.c:376
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
=
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
Auto
is read by 2 functions:
All items filtered out
Auto
eapol_auth_alloc()
eapol_auth_set_conf()
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