ESP-IDF
scan_done_event_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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
esp_scan.c:28
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
)
esp_scan.c:28
if
(
esp_wifi_promiscuous_scan_start
(
params
,
scan_done_event_handler
)
<
0
)
{
esp_scan.c:265
issue_scan()
Call Tree
from
examples
scan_done_event_handler()
calls 3 functions:
All items filtered out
scan_done_event_handler()
esp_wifi_get_tsf_time()
esp_wifi_register_mgmt_frame_internal()
esp_supplicant_handle_scan_done_evt()
All items filtered out
Data Use
from
examples
scan_done_event_handler()
reads 4 variables and writes 3 variables:
wifi_interface_t::WIFI_IF_STA
wpa_supplicant::scanning
wpa_supplicant::type
wpa_supplicant::subtype
All items filtered out
scan_done_event_handler()
issue_scan()
wpa_supplicant::scan_start_tsf
wpa_supplicant::type
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