ESP-IDF
parse_scan_results_and_roam()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
parse_scan_results_and_roam()
parse_scan_results_and_roam() function
Syntax
Show:
Summary
Declaration
from
roaming_app.c:545
static
void
parse_scan_results_and_roam
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
void
parse_scan_results_and_roam
(
void
)
roaming_app.c:545
parse_scan_results_and_roam
(
)
;
roaming_app.c:596
scan_done_event_handler()
parse_scan_results_and_roam
(
)
;
roaming_app.c:628
determine_best_ap()
Call Tree
from
examples
parse_scan_results_and_roam()
is called by 2 functions and calls 7 functions:
scan_done_event_handler()
determine_best_ap()
All items filtered out
parse_scan_results_and_roam()
esp_log_timestamp()
esp_log_write()
calloc()
free()
roaming_app_get_ap_info()
candidate_profile_match()
wifi_post_roam_event()
All items filtered out
Data Use
from
examples
parse_scan_results_and_roam()
reads 17 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
wifi_ap_record_t::bssid
wifi_ap_record_t::primary
wifi_ap_record_t::rssi
wifi_ap_record_t::authmode
scanned_ap_info::current_count
scanned_ap_info::ap_records
cand_bss::channel
cand_bss::bssid
roaming_app::current_rssi_threshold
roaming_app::scanned_aps
g_roaming_app
ROAMING_TAG
All items filtered out
parse_scan_results_and_roam()
cand_bss::channel
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
parse_scan_results_and_roam()
allocates 1 types and frees 1 types:
cand_bss
All items filtered out
parse_scan_results_and_roam()
cand_bss
All items filtered out