ESP-IDF
WIFI_EVENT_STA_BSS_RSSI_LOW
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
WIFI_EVENT_STA_BSS_RSSI_LOW
WIFI_EVENT_STA_BSS_RSSI_LOW value
AP's RSSI crossed configured threshold
Syntax
Show:
Summary
Declaration
from
esp_wifi_types_generic.h:988
WIFI_EVENT_STA_BSS_RSSI_LOW
;
Examples
References
from
examples
Code
Location
Referrer
WIFI_EVENT_STA_BSS_RSSI_LOW
,
/**< AP's RSSI crossed configured threshold */
esp_wifi_types_generic.h:988
ESP_ERROR_CHECK
(
esp_event_handler_register
(
WIFI_EVENT
,
WIFI_EVENT_STA_BSS_RSSI_LOW
,
roaming_app.c:799
init_roaming_app()
ESP_ERROR_CHECK
(
esp_event_handler_unregister
(
WIFI_EVENT
,
WIFI_EVENT_STA_BSS_RSSI_LOW
,
roaming_app.c:826
deinit_roaming_app()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WIFI_EVENT_STA_BSS_RSSI_LOW
is read by 2 functions:
All items filtered out
WIFI_EVENT_STA_BSS_RSSI_LOW
init_roaming_app()
deinit_roaming_app()
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