ESP-IDF
scanned_ap_info::ap_records
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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::ap_records
scanned_ap_info::ap_records field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:81
wifi_ap_record_t
ap_records
[
MAX_CANDIDATE_COUNT
]
;
Examples
References
from
examples
Code
Location
Referrer
wifi_ap_record_t
ap_records
[
MAX_CANDIDATE_COUNT
]
;
esp_roaming.h:81
ap_info
->
ap_records
[
i
]
.
ssid
,
MAC2STR
(
ap_info
->
ap_records
[
i
]
.
bssid
)
,
roaming_app.c:482
print_ap_records()
ap_info
->
ap_records
[
i
]
.
primary
,
ap_info
->
ap_records
[
i
]
.
rssi
,
ap_info
->
ap_records
[
i
]
.
authmode
)
;
roaming_app.c:483
print_ap_records()
rssi_diff
=
g_roaming_app
.
scanned_aps
.
ap_records
[
i
]
.
rssi
-
ap_info
.
rssi
;
roaming_app.c:556
parse_scan_results_and_roam()
MAC2STR
(
g_roaming_app
.
scanned_aps
.
ap_records
[
i
]
.
bssid
)
,
MAC2STR
(
ap_info
.
bssid
)
,
roaming_app.c:558
parse_scan_results_and_roam()
g_roaming_app
.
scanned_aps
.
ap_records
[
i
]
.
rssi
,
ap_info
.
rssi
,
roaming_app.c:559
parse_scan_results_and_roam()
rssi_diff
,
rssi_threshold
,
best_rssi_diff
,
g_roaming_app
.
scanned_aps
.
ap_records
[
i
]
.
authmode
)
;
roaming_app.c:560
parse_scan_results_and_roam()
if
(
(
memcmp
(
g_roaming_app
.
scanned_aps
.
ap_records
[
i
]
.
bssid
,
ap_info
.
bssid
,
ETH_ALEN
)
!=
0
)
&&
roaming_app.c:561
parse_scan_results_and_roam()
candidate_profile_match
(
g_roaming_app
.
scanned_aps
.
ap_records
[
i
]
)
&&
rssi_diff
>
best_rssi_diff
)
{
roaming_app.c:562
parse_scan_results_and_roam()
os_memcpy
(
best_ap
->
bssid
,
g_roaming_app
.
scanned_aps
.
ap_records
[
best_ap_index
]
.
bssid
,
ETH_ALEN
)
;
roaming_app.c:573
parse_scan_results_and_roam()
best_ap
->
channel
=
g_roaming_app
.
scanned_aps
.
ap_records
[
best_ap_index
]
.
primary
;
roaming_app.c:574
parse_scan_results_and_roam()
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::ap_records
is read by 3 functions:
All items filtered out
scanned_ap_info::ap_records
print_ap_records()
parse_scan_results_and_roam()
scan_done_event_handler()
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