ESP-IDF
supplicant_sta_disconn_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
supplicant_sta_disconn_handler()
supplicant_sta_disconn_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_common_i.h:35
void
supplicant_sta_disconn_handler
(
uint8_t
reason_code
)
;
Implemented in
esp_common.c:339
Arguments
Argument
reason_code
Examples
References
from
examples
Code
Location
Referrer
void
supplicant_sta_disconn_handler
(
uint8_t
reason_code
)
esp_common.c:339
void
supplicant_sta_disconn_handler
(
uint8_t
reason_code
)
;
esp_common_i.h:35
supplicant_sta_disconn_handler
(
reason_code
)
;
esp_wpa_main.c:319
wpa_sta_disconnected_cb()
Call Tree
from
examples
supplicant_sta_disconn_handler()
is called by 1 function and calls 4 functions:
wpa_sta_disconnected_cb()
All items filtered out
supplicant_sta_disconn_handler()
wpas_rrm_reset()
wpas_clear_beacon_rep_data()
wpa_sta_clear_ft_auth_ie()
clear_bssid_flag_and_channel()
All items filtered out
Data Use
from
examples
supplicant_sta_disconn_handler()
reads 3 variables and writes 1 variable:
wifi_err_reason_t::WIFI_REASON_ROAMING
wpa_sm::cur_pmksa
wpa_supplicant::current_bss
All items filtered out
supplicant_sta_disconn_handler()
wpa_supplicant::current_bss
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