ESP-IDF
deinit_roaming_app()
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
deinit_roaming_app()
deinit_roaming_app() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_roaming.h:119
void
deinit_roaming_app
(
void
)
;
Implemented in
roaming_app.c:810
Examples
References
from
examples
Code
Location
Referrer
void
deinit_roaming_app
(
void
)
roaming_app.c:810
void
deinit_roaming_app
(
void
)
;
esp_roaming.h:119
deinit_roaming_app
(
)
;
wifi_init.c:185
wifi_deinit_internal()
Call Tree
from
examples
deinit_roaming_app()
is called by 1 function and calls 3 functions:
wifi_deinit_internal()
All items filtered out
deinit_roaming_app()
_esp_error_check_failed()
esp_event_handler_unregister()
wifi_osi_funcs_t::_mutex_delete
All items filtered out
Data Use
from
examples
deinit_roaming_app()
reads 13 variables and writes 4 variables:
wifi_event_t::WIFI_EVENT_STA_STOP
wifi_event_t::WIFI_EVENT_STA_CONNECTED
wifi_event_t::WIFI_EVENT_STA_DISCONNECTED
wifi_event_t::WIFI_EVENT_STA_BSS_RSSI_LOW
wifi_event_t::WIFI_EVENT_STA_NEIGHBOR_REP
WIFI_EVENT
wifi_funcs
roaming_app_disconnected_event_handler()
roaming_app_sta_stop_event_handler()
roaming_app_connected_event_handler()
g_roaming_app
scan_results_lock
neighbor_list_lock
All items filtered out
deinit_roaming_app()
roaming_app::periodic_rrm_active
roaming_app::periodic_scan_active
scan_results_lock
neighbor_list_lock
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