ESP-IDF
parse_scan_chan_list()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
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_chan_list()
parse_scan_chan_list() function
Syntax
Show:
Summary
Declaration
from
roaming_app.c:720
static
int8_t
parse_scan_chan_list
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
static
int8_t
parse_scan_chan_list
(
void
)
roaming_app.c:720
ESP_ERROR_CHECK
(
parse_scan_chan_list
(
)
)
;
roaming_app.c:773
init_scan_params()
Call Tree
from
examples
parse_scan_chan_list()
is called by 1 function and calls 5 functions:
init_scan_params()
All items filtered out
parse_scan_chan_list()
esp_log_timestamp()
esp_log_write()
calloc()
free()
validate_scan_chan_list()
All items filtered out
Data Use
from
examples
parse_scan_chan_list()
reads 10 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_scan_channel_bitmap_t::ghz_2_channels
wifi_scan_config_t::channel_bitmap
roaming_app::scan_params
g_roaming_app
ROAMING_TAG
All items filtered out
parse_scan_chan_list()
wifi_scan_channel_bitmap_t::ghz_2_channels
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