ESP-IDF
roaming_app::current_rssi_threshold
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_rssi_threshold
roaming_app::current_rssi_threshold field
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:91
int8_t
current_rssi_threshold
;
Examples
References
from
examples
Code
Location
Referrer
int8_t
current_rssi_threshold
;
esp_roaming.h:91
int8_t
rssi_threshold
=
g_roaming_app
.
current_rssi_threshold
;
roaming_app.c:547
parse_scan_results_and_roam()
ESP_LOGI
(
ROAMING_TAG
,
"Could not find a better AP with the threshold set to %d"
,
g_roaming_app
.
current_rssi_threshold
+
1
)
;
roaming_app.c:584
parse_scan_results_and_roam()
g_roaming_app
.
current_rssi_threshold
=
rssi_threshold
;
roaming_app.c:624
determine_best_ap()
}
else
if
(
rssi_threshold
<
g_roaming_app
.
current_rssi_threshold
)
{
roaming_app.c:631
determine_best_ap()
g_roaming_app
.
current_rssi_threshold
=
rssi_threshold
;
roaming_app.c:632
determine_best_ap()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
roaming_app::current_rssi_threshold
is written by 1 function and is read by 2 functions:
determine_best_ap()
All items filtered out
roaming_app::current_rssi_threshold
parse_scan_results_and_roam()
determine_best_ap()
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