ESP-IDF
trigger_legacy_roam()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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
trigger_legacy_roam()
trigger_legacy_roam() function
Syntax
Show:
Summary
Declaration
from
roaming_app.c:397
static
void
trigger_legacy_roam
(
struct
cand_bss
*
bss
)
;
Arguments
Argument
bss
Related Functions
Found 2 other functions taking a
cand_bss
argument:
Function
wifi_post_roam_event()
roaming_app_trigger_roam()
Examples
References
from
examples
Code
Location
Referrer
static
void
trigger_legacy_roam
(
struct
cand_bss
*
bss
)
roaming_app.c:397
trigger_legacy_roam
(
bss
)
;
roaming_app.c:438
roaming_app_trigger_roam()
Call Tree
from
examples
trigger_legacy_roam()
is called by 1 function and calls 6 functions:
roaming_app_trigger_roam()
All items filtered out
trigger_legacy_roam()
esp_log_timestamp()
esp_log_write()
esp_wifi_set_config()
esp_wifi_get_config()
esp_wifi_connect()
esp_wifi_internal_issue_disconnect()
All items filtered out
Data Use
from
examples
trigger_legacy_roam()
reads 13 variables and writes 3 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_config_t::sta
wifi_interface_t::WIFI_IF_STA
wifi_err_reason_t::WIFI_REASON_BSS_TRANSITION_DISASSOC
wifi_sta_config_t::bssid
cand_bss::channel
cand_bss::bssid
g_roaming_app
ROAMING_TAG
All items filtered out
trigger_legacy_roam()
wifi_sta_config_t::channel
wifi_sta_config_t::bssid_set
roaming_app::force_roam_ongoing
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