ESP-IDF
eapol_authenticator::conf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::conf
eapol_authenticator::conf field
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm_i.h:27
struct
eapol_auth_config
conf
;
Examples
References
from
examples
Code
Location
Referrer
struct
eapol_auth_config
conf
;
eapol_auth_sm_i.h:27
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
->
reAuthPeriod
=
eapol
->
conf
.
eap_reauth_period
;
eapol_auth_sm.c:803
eapol_auth_alloc()
sm
->
reAuthEnabled
=
eapol
->
conf
.
eap_reauth_period
>
0
;
eapol_auth_sm.c:804
eapol_auth_alloc()
if
(
eapol
->
conf
.
wpa
)
eapol_auth_sm.c:821
eapol_auth_alloc()
sm
->
eap
=
eap_server_sm_init
(
sm
,
&
eapol_cb
,
eapol
->
conf
.
eap_cfg
,
eapol_auth_sm.c:830
eapol_auth_alloc()
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()
*
len
=
sm
->
eapol
->
conf
.
eap_req_id_text_len
;
eapol_auth_sm.c:1030
eapol_sm_get_eap_req_id_text()
return
sm
->
eapol
->
conf
.
eap_req_id_text
;
eapol_auth_sm.c:1031
eapol_sm_get_eap_req_id_text()
return
sm
->
eapol
->
conf
.
erp_send_reauth_start
;
eapol_auth_sm.c:1038
eapol_sm_get_erp_send_reauth_start()
return
sm
->
eapol
->
conf
.
erp_domain
;
eapol_auth_sm.c:1045
eapol_sm_get_erp_domain()
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()
if
(
eapol_auth_conf_clone
(
&
eapol
->
conf
,
conf
)
<
0
)
{
eapol_auth_sm.c:1227
eapol_auth_init()
eapol_auth_conf_free
(
&
eapol
->
conf
)
;
eapol_auth_sm.c:1261
eapol_auth_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eapol_authenticator::conf
is read by 11 functions:
All items filtered out
eapol_authenticator::conf
eapol_auth_tx_canned_eap()
eapol_auth_tx_req()
eapol_auth_alloc()
eapol_sm_sta_entry_alive()
eapol_sm_step_run()
eapol_sm_get_eap_user()
eapol_sm_get_eap_req_id_text()
eapol_sm_get_erp_send_reauth_start()
eapol_sm_get_erp_domain()
eapol_sm_erp_get_key()
eapol_sm_erp_add_key()
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