ESP-IDF
wpa_sta_disconnected_cb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wpa_sta_disconnected_cb()
wpa_sta_disconnected_cb() function
Syntax
Show:
Summary
Declaration
from
esp_wpa_main.c:286
static
void
wpa_sta_disconnected_cb
(
uint8_t
reason_code
)
;
Arguments
Argument
reason_code
Examples
References
from
examples
Code
Location
Referrer
static
void
wpa_sta_disconnected_cb
(
uint8_t
reason_code
)
esp_wpa_main.c:286
wpa_cb
->
wpa_sta_disconnected_cb
=
wpa_sta_disconnected_cb
;
esp_wpa_main.c:463
esp_supplicant_init()
Call Tree
from
examples
wpa_sta_disconnected_cb()
calls 7 functions:
All items filtered out
wpa_sta_disconnected_cb()
wpa_sta_clear_curr_pmksa()
wpa_sm_notify_disassoc()
wps_sm_funcs::wps_sm_notify_deauth
wps_get_wps_sm_cb()
esp_wpa3_free_sae_data()
supplicant_sta_disconn_handler()
owe_deinit()
All items filtered out
Data Use
from
examples
wpa_sta_disconnected_cb()
reads 13 variables and writes 1 variable:
wifi_err_reason_t::WIFI_REASON_4WAY_HANDSHAKE_TIMEOUT
wifi_err_reason_t::WIFI_REASON_AUTH_EXPIRE
wifi_err_reason_t::WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA
wifi_err_reason_t::WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA
wifi_err_reason_t::WIFI_REASON_AUTH_FAIL
wifi_err_reason_t::WIFI_REASON_ASSOC_FAIL
wifi_err_reason_t::WIFI_REASON_HANDSHAKE_TIMEOUT
wifi_err_reason_t::WIFI_REASON_CONNECTION_FAIL
wifi_err_reason_t::WIFI_REASON_INVALID_PMKID
wifi_err_reason_t::WIFI_REASON_INVALID_MDE
wifi_err_reason_t::WIFI_REASON_INVALID_FTE
wps_sm_funcs::wps_sm_notify_deauth
g_wpa_pmk_caching_disabled
All items filtered out
wpa_sta_disconnected_cb()
esp_supplicant_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
wpa_sta_disconnected_cb()
is implemented by 1 functions:
All items filtered out
wpa_sta_disconnected_cb()
wpa_funcs::wpa_sta_disconnected_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out