ESP-IDF
eapol_auth_config::ctx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
eapol_auth_config::ctx
eapol_auth_config::ctx field
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm.h:28
void
*
ctx
;
Examples
References
from
examples
Code
Location
Referrer
void
*
ctx
;
eapol_auth_sm.h:28
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
return
eapol
->
cb
.
sta_entry_alive
(
eapol
->
conf
.
ctx
,
addr
)
;
eapol_auth_sm.c:882
eapol_sm_sta_entry_alive()
sm
->
eapol
->
cb
.
eapol_event
(
sm
->
eapol
->
conf
.
ctx
,
sm
->
sta
,
eapol_auth_sm.c:964
eapol_sm_step_run()
ret
=
sm
->
eapol
->
cb
.
get_eap_user
(
sm
->
eapol
->
conf
.
ctx
,
identity
,
eapol_auth_sm.c:1019
eapol_sm_get_eap_user()
return
sm
->
eapol
->
cb
.
erp_get_key
(
sm
->
eapol
->
conf
.
ctx
,
keyname
)
;
eapol_auth_sm.c:1053
eapol_sm_erp_get_key()
return
sm
->
eapol
->
cb
.
erp_add_key
(
sm
->
eapol
->
conf
.
ctx
,
erp
)
;
eapol_auth_sm.c:1060
eapol_sm_erp_add_key()
dst
->
ctx
=
src
->
ctx
;
eapol_auth_sm.c:1173
eapol_auth_conf_clone()
conf
.
ctx
=
hapd
;
ieee802_1x.c:443
ieee802_1x_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eapol_auth_config::ctx
is written by 2 functions and is read by 8 functions:
ieee802_1x_init()
eapol_auth_conf_clone()
All items filtered out
eapol_auth_config::ctx
eapol_auth_tx_canned_eap()
eapol_auth_tx_req()
eapol_sm_sta_entry_alive()
eapol_sm_step_run()
eapol_sm_get_eap_user()
eapol_sm_erp_get_key()
eapol_sm_erp_add_key()
eapol_auth_conf_clone()
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