ESP-IDF
roaming_app::ap_info
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
roaming_app::ap_info
roaming_app::ap_info field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:94
wifi_ap_record_t
ap_info
;
Examples
References
from
examples
Code
Location
Referrer
wifi_ap_record_t
ap_info
;
esp_roaming.h:94
roaming_app_get_ap_info
(
&
g_roaming_app
.
ap_info
)
;
roaming_app.c:189
roaming_app_connected_event_handler()
g_roaming_app
.
scan_params
.
ssid
=
g_roaming_app
.
ap_info
.
ssid
;
roaming_app.c:190
roaming_app_connected_event_handler()
if
(
g_roaming_app
.
ap_info
.
rssi
<
ROAMING_LOW_RSSI_THRESHOLD
)
{
roaming_app.c:191
roaming_app_connected_event_handler()
g_roaming_app
.
current_low_rssi_threshold
=
g_roaming_app
.
ap_info
.
rssi
-
RSSI_THRESHOLD_REDUCTION_OFFSET
;
roaming_app.c:194
roaming_app_connected_event_handler()
roaming_app_get_ap_info
(
&
g_roaming_app
.
ap_info
)
;
roaming_app.c:368
roaming_app_rssi_low_handler()
roaming_app_get_ap_info
(
&
g_roaming_app
.
ap_info
)
;
roaming_app.c:492
periodic_rrm_request()
if
(
esp_rrm_is_rrm_supported_connection
(
)
&&
(
g_roaming_app
.
ap_info
.
rssi
<
RRM_MONITOR_RSSI_THRESHOLD
)
)
{
roaming_app.c:493
periodic_rrm_request()
wifi_auth_mode_t
curr_auth
=
g_roaming_app
.
ap_info
.
authmode
;
roaming_app.c:505
candidate_security_match()
roaming_app_get_ap_info
(
&
g_roaming_app
.
ap_info
)
;
roaming_app.c:652
periodic_scan_roam()
if
(
g_roaming_app
.
ap_info
.
rssi
>
SCAN_MONITOR_RSSI_THRESHOLD
)
{
roaming_app.c:653
periodic_scan_roam()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
roaming_app::ap_info
is read by 4 functions:
All items filtered out
roaming_app::ap_info
roaming_app_connected_event_handler()
periodic_rrm_request()
candidate_security_match()
periodic_scan_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