ESP-IDF
roaming_app::scan_ongoing
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
roaming_app::scan_ongoing
roaming_app::scan_ongoing field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:90
bool
scan_ongoing
;
Examples
References
from
examples
Code
Location
Referrer
bool
scan_ongoing
;
esp_roaming.h:90
g_roaming_app
.
scan_ongoing
=
false
;
roaming_app.c:597
scan_done_event_handler()
if
(
!
g_roaming_app
.
scan_ongoing
)
{
roaming_app.c:622
determine_best_ap()
g_roaming_app
.
scan_ongoing
=
true
;
roaming_app.c:623
determine_best_ap()
g_roaming_app
.
scan_ongoing
=
false
;
roaming_app.c:629
determine_best_ap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
roaming_app::scan_ongoing
is written by 2 functions and is read by 1 function:
scan_done_event_handler()
determine_best_ap()
All items filtered out
roaming_app::scan_ongoing
determine_best_ap()
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