ESP-IDF
roaming_app_trigger_roam()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
roaming_app_trigger_roam()
roaming_app_trigger_roam() function
Syntax
Show:
Summary
Declaration
from
roaming_app.c:413
void
roaming_app_trigger_roam
(
struct
cand_bss
*
bss
)
;
Arguments
Argument
bss
Related Functions
Found 2 other functions taking a
cand_bss
argument:
Function
wifi_post_roam_event()
trigger_legacy_roam()
Examples
References
from
examples
Code
Location
Referrer
void
roaming_app_trigger_roam
(
struct
cand_bss
*
bss
)
roaming_app.c:413
roaming_app_trigger_roam
(
(
struct
cand_bss
*
)
data
)
;
roaming_app.c:449
roaming_app_trigger_roam_internal_handler()
Call Tree
from
examples
roaming_app_trigger_roam()
is called by 1 function and calls 6 functions:
roaming_app_trigger_roam_internal_handler()
All items filtered out
roaming_app_trigger_roam()
esp_log_timestamp()
esp_log_write()
free()
time_diff_sec()
trigger_network_assisted_roam()
trigger_legacy_roam()
All items filtered out
Data Use
from
examples
roaming_app_trigger_roam()
reads 9 variables and writes 1 variable:
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
roaming_app::btm_support
roaming_app::btm_attempt
g_roaming_app
ROAMING_TAG
All items filtered out
roaming_app_trigger_roam()
roaming_app::btm_attempt
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
roaming_app_trigger_roam()
allocates 1 types:
cand_bss
All items filtered out
roaming_app_trigger_roam()
All items filtered out