ESP-IDF
wpa2_set_eap_state()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa2_set_eap_state()
wpa2_set_eap_state() function
Syntax
Show:
Summary
Declaration
from
esp_eap_client.c:111
static
void
wpa2_set_eap_state
(
wpa2_ent_eap_state_t
state
)
;
Arguments
Argument
state
Examples
References
from
examples
Code
Location
Referrer
static
void
wpa2_set_eap_state
(
wpa2_ent_eap_state_t
state
)
esp_eap_client.c:111
wpa2_set_eap_state
(
WPA2_ENT_EAP_STATE_FAIL
)
;
esp_eap_client.c:433
eap_sm_process_request()
wpa2_set_eap_state
(
WPA2_ENT_EAP_STATE_FAIL
)
;
esp_eap_client.c:445
eap_sm_process_request()
wpa2_set_eap_state
(
WPA2_ENT_EAP_STATE_IN_PROGRESS
)
;
esp_eap_client.c:572
eap_sm_rx_eapol_internal()
wpa2_set_eap_state
(
WPA2_ENT_EAP_STATE_SUCCESS
)
;
esp_eap_client.c:588
eap_sm_rx_eapol_internal()
wpa2_set_eap_state
(
WPA2_ENT_EAP_STATE_FAIL
)
;
esp_eap_client.c:593
eap_sm_rx_eapol_internal()
wpa2_set_eap_state
(
WPA2_ENT_EAP_STATE_FAIL
)
;
esp_eap_client.c:599
eap_sm_rx_eapol_internal()
wpa2_set_eap_state
(
WPA2_ENT_EAP_STATE_IN_PROGRESS
)
;
esp_eap_client.c:646
wpa2_start_eapol_internal()
wpa2_set_eap_state
(
WPA2_ENT_EAP_STATE_NOT_START
)
;
esp_eap_client.c:690
eap_peer_sm_init()
Call Tree
from
examples
wpa2_set_eap_state()
is called by 4 functions and calls 1 function:
eap_sm_process_request()
eap_sm_rx_eapol_internal()
wpa2_start_eapol_internal()
eap_peer_sm_init()
All items filtered out
wpa2_set_eap_state()
esp_wifi_set_wpa2_ent_state_internal()
All items filtered out
Data Use
from
examples
wpa2_set_eap_state()
reads 1 variable and writes 1 variable:
gEapSm
All items filtered out
wpa2_set_eap_state()
eap_sm::finish_state
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