ESP-IDF
init_roaming_app()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
init_roaming_app()
init_roaming_app() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_roaming.h:118
void
init_roaming_app
(
void
)
;
Implemented in
roaming_app.c:784
Examples
References
from
examples
Code
Location
Referrer
void
init_roaming_app
(
void
)
roaming_app.c:784
void
init_roaming_app
(
void
)
;
esp_roaming.h:118
init_roaming_app
(
)
;
wifi_init.c:450
esp_wifi_init()
Call Tree
from
examples
init_roaming_app()
is called by 1 function and calls 5 functions:
esp_wifi_init()
All items filtered out
init_roaming_app()
esp_log_timestamp()
esp_log_write()
_esp_error_check_failed()
esp_event_handler_register()
init_scan_params()
All items filtered out
Data Use
from
examples
init_roaming_app()
reads 15 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
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
roaming_app_disconnected_event_handler()
roaming_app_sta_stop_event_handler()
roaming_app_connected_event_handler()
ROAMING_TAG
All items filtered out
init_roaming_app()
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