ESP-IDF
eapol_state_machine::sta
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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::sta
eapol_state_machine::sta field
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm_i.h:169
void
*
sta
;
Examples
References
from
examples
Code
Location
Referrer
void
*
sta
;
/* station context pointer to use in callbacks */
eapol_auth_sm_i.h:169
sm
->
eapol
->
cb
.
eapol_send
(
sm
->
eapol
->
conf
.
ctx
,
sm
->
sta
,
eapol_auth_sm.c:104
eapol_auth_tx_canned_eap()
sm
->
eapol
->
cb
.
eapol_send
(
sm
->
eapol
->
conf
.
ctx
,
sm
->
sta
,
eapol_auth_sm.c:133
eapol_auth_tx_req()
setPortUnauthorized
(
)
;
eapol_auth_sm.c:235
sm
->
eapol
->
cb
.
finished
(
sm
->
eapol
->
conf
.
ctx
,
sm
->
sta
,
0
,
eapol_auth_sm.c:239
setPortUnauthorized
(
)
;
eapol_auth_sm.c:283
sm
->
eapol
->
cb
.
finished
(
sm
->
eapol
->
conf
.
ctx
,
sm
->
sta
,
0
,
eapol_auth_sm.c:297
setPortAuthorized
(
)
;
eapol_auth_sm.c:310
sm
->
eapol
->
cb
.
finished
(
sm
->
eapol
->
conf
.
ctx
,
sm
->
sta
,
1
,
eapol_auth_sm.c:312
setPortAuthorized
(
)
;
eapol_auth_sm.c:355
setPortUnauthorized
(
)
;
eapol_auth_sm.c:367
abortAuth
(
)
;
eapol_auth_sm.c:453
sm
->
eapol
->
cb
.
eapol_event
(
sm
->
eapol
->
conf
.
ctx
,
sm
->
sta
,
eapol_auth_sm.c:619
sm
->
sta
=
sta_ctx
;
eapol_auth_sm.c:792
eapol_auth_alloc()
sm
->
eapol
->
cb
.
eapol_event
(
sm
->
eapol
->
conf
.
ctx
,
sm
->
sta
,
eapol_auth_sm.c:964
eapol_sm_step_run()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eapol_state_machine::sta
is written by 1 function and is read by 3 functions:
eapol_auth_alloc()
All items filtered out
eapol_state_machine::sta
eapol_auth_tx_canned_eap()
eapol_auth_tx_req()
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