ESP-IDF
eapol_state_machine::eap
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_state_machine::eap
eapol_state_machine::eap field
Syntax
Show:
Summary
Declaration
from
eapol_auth_sm_i.h:162
struct
eap_sm
*
eap
;
Examples
References
from
examples
Code
Location
Referrer
struct
eap_sm
*
eap
;
eapol_auth_sm_i.h:162
sm
->
eap
=
eap_server_sm_init
(
sm
,
&
eapol_cb
,
eapol
->
conf
.
eap_cfg
,
eapol_auth_sm.c:830
eapol_auth_alloc()
if
(
sm
->
eap
==
NULL
)
{
eapol_auth_sm.c:832
eapol_auth_alloc()
sm
->
eap_if
=
eap_get_interface
(
sm
->
eap
)
;
eapol_auth_sm.c:836
eapol_auth_alloc()
if
(
sm
->
eap
)
eapol_auth_sm.c:868
eapol_auth_free()
eap_server_sm_deinit
(
sm
->
eap
)
;
eapol_auth_sm.c:869
eapol_auth_free()
if
(
eapol_sm_sta_entry_alive
(
eapol
,
addr
)
&&
sm
->
eap
)
{
eapol_auth_sm.c:937
eapol_sm_step_run()
if
(
eap_server_sm_step
(
sm
->
eap
)
)
{
eapol_auth_sm.c:938
eapol_sm_step_run()
if
(
sm
==
NULL
||
ctx
==
NULL
||
ctx
!=
sm
->
eap
)
eapol_auth_sm.c:1078
eapol_auth_eap_pending_cb()
eap_sm_pending_cb
(
sm
->
eap
)
;
eapol_auth_sm.c:1081
eapol_auth_eap_pending_cb()
eap_server_clear_identity
(
sta
->
eapol_sm
->
eap
)
;
ieee802_1x.c:255
ieee802_1x_receive()
identity
=
eap_get_identity
(
sm
->
eap
,
&
identity_len
)
;
ieee802_1x.c:306
ieee802_1x_eapol_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
eapol_state_machine::eap
is written by 1 function and is read by 6 functions:
eapol_auth_alloc()
All items filtered out
eapol_state_machine::eap
ieee802_1x_receive()
ieee802_1x_eapol_send()
eapol_auth_alloc()
eapol_auth_free()
eapol_sm_step_run()
eapol_auth_eap_pending_cb()
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