ESP-IDF
scan_done_event_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
scan_done_event_handler()
scan_done_event_handler() function
Syntax
Show:
Summary
Declaration
from
roaming_app.c:588
static
void
scan_done_event_handler
(
void
*
arg
,
ETS_STATUS
status
)
;
Arguments
Argument
arg
status
Examples
References
from
examples
Code
Location
Referrer
static
void
scan_done_event_handler
(
void
*
arg
,
ETS_STATUS
status
)
roaming_app.c:588
if
(
esp_wifi_promiscuous_scan_start
(
&
g_roaming_app
.
scan_params
,
scan_done_event_handler
)
<
0
)
{
roaming_app.c:609
conduct_scan()
Call Tree
from
examples
scan_done_event_handler()
calls 7 functions:
All items filtered out
scan_done_event_handler()
esp_log_timestamp()
esp_log_write()
esp_wifi_scan_get_ap_records()
wifi_osi_funcs_t::_mutex_lock
wifi_osi_funcs_t::_mutex_unlock
print_ap_records()
parse_scan_results_and_roam()
All items filtered out
Data Use
from
examples
scan_done_event_handler()
reads 12 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
ETS_STATUS::ETS_OK
scanned_ap_info::ap_records
roaming_app::scanned_aps
wifi_funcs
g_roaming_app
scan_results_lock
ROAMING_TAG
All items filtered out
scan_done_event_handler()
conduct_scan()
scanned_ap_info::current_count
roaming_app::scan_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