ESP-IDF
scanned_ap_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
scanned_ap_info
scanned_ap_info struct
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:78
struct
scanned_ap_info
{
uint16_t
current_count
;
struct
timeval
time
;
wifi_ap_record_t
ap_records
[
MAX_CANDIDATE_COUNT
]
;
}
;
Fields
Field
Declared as
scanned_ap_info::current_count
uint16_t
scanned_ap_info::time
struct
timeval
scanned_ap_info::ap_records
wifi_ap_record_t
[
MAX_CANDIDATE_COUNT
]
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
scanned_ap_info
{
esp_roaming.h:78
struct
scanned_ap_info
scanned_aps
;
esp_roaming.h:95
roaming_app
roaming_app::scanned_aps
void
print_ap_records
(
struct
scanned_ap_info
*
ap_info
)
roaming_app.c:477
print_ap_records()
print_ap_records()::ap_info
os_memset
(
&
g_roaming_app
.
scanned_aps
,
0
,
sizeof
(
struct
scanned_ap_info
)
)
;
roaming_app.c:608
conduct_scan()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
roaming_app::scanned_aps
roaming_app
esp_roaming.h:95
print_ap_records()::ap_info
print_ap_records()
roaming_app.c:477
Lifecycle
from
examples
All items filtered out
All items filtered out