ESP-IDF
wifi_post_roam_event()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
wifi_post_roam_event()
wifi_post_roam_event() function
Syntax
Show:
Summary
Declaration
Definition
from
roaming_app.c:44
static
int
wifi_post_roam_event
(
struct
cand_bss
*
bss
)
;
Implemented in
roaming_app.c:454
Arguments
Argument
bss
Related Functions
Found 2 other functions taking a
cand_bss
argument:
Function
trigger_legacy_roam()
roaming_app_trigger_roam()
Examples
References
from
examples
Code
Location
Referrer
static
int
wifi_post_roam_event
(
struct
cand_bss
*
bss
)
roaming_app.c:454
static
int
wifi_post_roam_event
(
struct
cand_bss
*
bss
)
;
roaming_app.c:44
if
(
wifi_post_roam_event
(
best_ap
)
)
{
roaming_app.c:579
parse_scan_results_and_roam()
Call Tree
from
examples
wifi_post_roam_event()
is called by 1 function and calls 5 functions:
parse_scan_results_and_roam()
All items filtered out
wifi_post_roam_event()
esp_log_timestamp()
esp_log_write()
calloc()
free()
eloop_register_timeout()
All items filtered out
Data Use
from
examples
wifi_post_roam_event()
reads 7 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
roaming_app_trigger_roam_internal_handler()
ROAMING_TAG
All items filtered out
wifi_post_roam_event()
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
wifi_post_roam_event()
allocates 1 types and frees 1 types:
cand_bss
All items filtered out
wifi_post_roam_event()
cand_bss
All items filtered out