ESP-IDF
eapol_authenticator::cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_authenticator::cb
eapol_authenticator::cb field
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm_i.h:28
struct
eapol_auth_cb
cb
;
Examples
References
from
examples
Code
Location
Referrer
struct
eapol_auth_cb
cb
;
eapol_auth_sm_i.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()
eapol
->
cb
.
eapol_send
=
cb
->
eapol_send
;
eapol_auth_sm.c:1239
eapol_auth_init()
eapol
->
cb
.
aaa_send
=
cb
->
aaa_send
;
eapol_auth_sm.c:1240
eapol_auth_init()
eapol
->
cb
.
finished
=
cb
->
finished
;
eapol_auth_sm.c:1241
eapol_auth_init()
eapol
->
cb
.
get_eap_user
=
cb
->
get_eap_user
;
eapol_auth_sm.c:1242
eapol_auth_init()
eapol
->
cb
.
sta_entry_alive
=
cb
->
sta_entry_alive
;
eapol_auth_sm.c:1243
eapol_auth_init()
eapol
->
cb
.
logger
=
cb
->
logger
;
eapol_auth_sm.c:1244
eapol_auth_init()
eapol
->
cb
.
set_port_authorized
=
cb
->
set_port_authorized
;
eapol_auth_sm.c:1245
eapol_auth_init()
eapol
->
cb
.
abort_auth
=
cb
->
abort_auth
;
eapol_auth_sm.c:1246
eapol_auth_init()
eapol
->
cb
.
tx_key
=
cb
->
tx_key
;
eapol_auth_sm.c:1247
eapol_auth_init()
eapol
->
cb
.
eapol_event
=
cb
->
eapol_event
;
eapol_auth_sm.c:1248
eapol_auth_init()
eapol
->
cb
.
erp_get_key
=
cb
->
erp_get_key
;
eapol_auth_sm.c:1249
eapol_auth_init()
eapol
->
cb
.
erp_add_key
=
cb
->
erp_add_key
;
eapol_auth_sm.c:1250
eapol_auth_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eapol_authenticator::cb
is read by 8 functions:
All items filtered out
eapol_authenticator::cb
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_init()
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