ESP-IDF
scanned_ap_info::current_count
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
scanned_ap_info::current_count
scanned_ap_info::current_count field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:79
uint16_t
current_count
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
current_count
;
esp_roaming.h:79
for
(
int
i
=
0
;
i
<
ap_info
->
current_count
;
i
++
)
{
roaming_app.c:480
print_ap_records()
for
(
i
=
0
;
i
<
g_roaming_app
.
scanned_aps
.
current_count
;
i
++
)
{
roaming_app.c:555
parse_scan_results_and_roam()
g_roaming_app
.
scanned_aps
.
current_count
=
MAX_CANDIDATE_COUNT
;
roaming_app.c:593
scan_done_event_handler()
esp_wifi_scan_get_ap_records
(
&
g_roaming_app
.
scanned_aps
.
current_count
,
g_roaming_app
.
scanned_aps
.
ap_records
)
;
roaming_app.c:594
scan_done_event_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
scanned_ap_info::current_count
is written by 1 function and is read by 2 functions:
scan_done_event_handler()
All items filtered out
scanned_ap_info::current_count
print_ap_records()
parse_scan_results_and_roam()
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