ESP-IDF
roaming_app_connected_event_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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
roaming_app_connected_event_handler()
roaming_app_connected_event_handler() function
Syntax
Show:
Summary
Declaration
from
roaming_app.c:185
static
void
roaming_app_connected_event_handler
(
void
*
arg
,
esp_event_base_t
event_base
,
int32_t
event_id
,
void
*
event_data
)
;
Arguments
Argument
arg
event_base
event_id
event_data
Examples
References
from
examples
Code
Location
Referrer
static
void
roaming_app_connected_event_handler
(
void
*
arg
,
esp_event_base_t
event_base
,
roaming_app.c:185
ESP_ERROR_CHECK
(
esp_event_handler_register
(
WIFI_EVENT
,
WIFI_EVENT_STA_CONNECTED
,
roaming_app_connected_event_handler
,
NULL
)
)
;
roaming_app.c:795
init_roaming_app()
ESP_ERROR_CHECK
(
esp_event_handler_unregister
(
WIFI_EVENT
,
WIFI_EVENT_STA_CONNECTED
,
roaming_app_connected_event_handler
)
)
;
roaming_app.c:822
deinit_roaming_app()
Call Tree
from
examples
roaming_app_connected_event_handler()
calls 9 functions:
All items filtered out
roaming_app_connected_event_handler()
esp_log_timestamp()
esp_log_write()
esp_wifi_set_rssi_threshold()
initialize_roaming_event()
init_periodic_rrm_event()
init_periodic_scan_roam_event()
roaming_app_get_ap_info()
esp_wnm_is_btm_supported_connection()
esp_rrm_is_rrm_supported_connection()
All items filtered out
Data Use
from
examples
roaming_app_connected_event_handler()
reads 14 variables and writes 8 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_ap_record_t::ssid
wifi_ap_record_t::rssi
roaming_app::scan_params
roaming_app::ap_info
roaming_app::btm_support
roaming_app::rrm_support
roaming_app::current_low_rssi_threshold
g_roaming_app
ROAMING_TAG
All items filtered out
roaming_app_connected_event_handler()
init_roaming_app()
deinit_roaming_app()
wifi_scan_config_t::ssid
roaming_app::btm_support
roaming_app::rrm_support
roaming_app::current_low_rssi_threshold
roaming_app::force_roam_ongoing
roaming_app::allow_reconnect
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