ESP-IDF
roaming_app
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
roaming_app struct
Syntax
Show:
Summary
Declaration
from
esp_roaming.h:88
struct
roaming_app
{
wifi_scan_config_t
scan_params
;
bool
scan_ongoing
;
int8_t
current_rssi_threshold
;
char
*
btm_neighbor_list
;
struct
timeval
last_roamed_time
;
wifi_ap_record_t
ap_info
;
struct
scanned_ap_info
scanned_aps
;
bool
btm_support
;
bool
rrm_support
;
#if
LOW_RSSI_ROAMING_ENABLED
int8_t
current_low_rssi_threshold
;
#endif
#if
LEGACY_ROAM_ENABLED
&&
NETWORK_ASSISTED_ROAMING_ENABLED
uint8_t
btm_attempt
;
#endif
#if
LEGACY_ROAM_ENABLED
bool
force_roam_ongoing
;
#endif
#if
PERIODIC_RRM_MONITORING
bool
periodic_rrm_active
;
bool
rrm_request_active
;
#endif
#if
PERIODIC_SCAN_MONITORING
bool
periodic_scan_active
;
#endif
bool
allow_reconnect
;
}
;
Fields
Field
Declared as
roaming_app::scan_params
wifi_scan_config_t
roaming_app::scan_ongoing
bool
roaming_app::current_rssi_threshold
int8_t
roaming_app::btm_neighbor_list
char
*
roaming_app::last_roamed_time
struct
timeval
roaming_app::ap_info
wifi_ap_record_t
roaming_app::scanned_aps
struct
scanned_ap_info
roaming_app::btm_support
bool
roaming_app::rrm_support
bool
roaming_app::current_low_rssi_threshold
int8_t
roaming_app::btm_attempt
uint8_t
roaming_app::force_roam_ongoing
bool
roaming_app::periodic_rrm_active
bool
roaming_app::rrm_request_active
bool
roaming_app::periodic_scan_active
bool
roaming_app::allow_reconnect
bool
Examples
References
from
examples
Code
Location
Referrer
struct
roaming_app
{
esp_roaming.h:88
static
struct
roaming_app
g_roaming_app
;
roaming_app.c:30
g_roaming_app
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
Instance
Scope
Location
Project
g_roaming_app
roaming_app.c:30
Lifecycle
from
examples
All items filtered out
All items filtered out