ESP-IDF
roaming_app::current_low_rssi_threshold
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::current_low_rssi_threshold
roaming_app::current_low_rssi_threshold field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:100
int8_t
current_low_rssi_threshold
;
Examples
References
from
examples
Code
Location
Referrer
int8_t
current_low_rssi_threshold
;
esp_roaming.h:100
if
(
(
ap_info
->
rssi
>
ROAMING_LOW_RSSI_THRESHOLD
)
&&
(
g_roaming_app
.
current_low_rssi_threshold
<
ROAMING_LOW_RSSI_THRESHOLD
)
)
{
roaming_app.c:74
roaming_app_get_ap_info()
g_roaming_app
.
current_low_rssi_threshold
=
ROAMING_LOW_RSSI_THRESHOLD
;
roaming_app.c:75
roaming_app_get_ap_info()
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()
g_roaming_app
.
current_low_rssi_threshold
=
ROAMING_LOW_RSSI_THRESHOLD
;
roaming_app.c:196
roaming_app_connected_event_handler()
ESP_LOGD
(
ROAMING_TAG
,
"setting rssi threshold as %d"
,
g_roaming_app
.
current_low_rssi_threshold
)
;
roaming_app.c:198
roaming_app_connected_event_handler()
esp_wifi_set_rssi_threshold
(
g_roaming_app
.
current_low_rssi_threshold
)
;
roaming_app.c:199
roaming_app_connected_event_handler()
g_roaming_app
.
current_low_rssi_threshold
-=
RSSI_THRESHOLD_REDUCTION_OFFSET
;
roaming_app.c:370
roaming_app_rssi_low_handler()
ESP_LOGD
(
ROAMING_TAG
,
"Resetting RSSI Threshold to %d"
,
g_roaming_app
.
current_low_rssi_threshold
)
;
roaming_app.c:371
roaming_app_rssi_low_handler()
esp_wifi_set_rssi_threshold
(
g_roaming_app
.
current_low_rssi_threshold
)
;
roaming_app.c:372
roaming_app_rssi_low_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
roaming_app::current_low_rssi_threshold
is written by 3 functions and is read by 3 functions:
roaming_app_get_ap_info()
roaming_app_connected_event_handler()
roaming_app_rssi_low_handler()
All items filtered out
roaming_app::current_low_rssi_threshold
roaming_app_get_ap_info()
roaming_app_connected_event_handler()
roaming_app_rssi_low_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