ESP-IDF
ROAMING_LOW_RSSI_THRESHOLD
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
ROAMING_LOW_RSSI_THRESHOLD
ROAMING_LOW_RSSI_THRESHOLD macro
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:27
#define
ROAMING_LOW_RSSI_THRESHOLD
CONFIG_ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD
Examples
References
from
examples
Code
Location
#define
ROAMING_LOW_RSSI_THRESHOLD
CONFIG_ESP_WIFI_ROAMING_LOW_RSSI_THRESHOLD
esp_roaming.h:27
if
(
(
ap_info
->
rssi
>
ROAMING_LOW_RSSI_THRESHOLD
)
&&
(
g_roaming_app
.
current_low_rssi_threshold
<
ROAMING_LOW_RSSI_THRESHOLD
)
)
{
roaming_app.c:74
g_roaming_app
.
current_low_rssi_threshold
=
ROAMING_LOW_RSSI_THRESHOLD
;
roaming_app.c:75
esp_wifi_set_rssi_threshold
(
ROAMING_LOW_RSSI_THRESHOLD
)
;
roaming_app.c:76
ESP_LOGD
(
ROAMING_TAG
,
"Reset the low rssi threshold back to %d"
,
ROAMING_LOW_RSSI_THRESHOLD
)
;
roaming_app.c:77
if
(
g_roaming_app
.
ap_info
.
rssi
<
ROAMING_LOW_RSSI_THRESHOLD
)
{
roaming_app.c:191
g_roaming_app
.
current_low_rssi_threshold
=
ROAMING_LOW_RSSI_THRESHOLD
;
roaming_app.c:196
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
Lifecycle
from
examples
All items filtered out
All items filtered out