| Updated: October 28, 2024 |
Background scanning information for a Saved Network profile
#include <qwf/qwf_wifi.h>
typedef struct qwf_wifi_BgScanInfo_s {
qwf_wifi_BgScanMode_e bgScanMode;
int shortInterval;
int longInterval;
int sigThreshold;
} qwf_wifi_BgScanInfo_t;
Background scanning mode (see qwf_wifi_BgScanMode_e)
Short interval value, in seconds, for the background scan rule
Long interval value, in seconds, for the background scan rule
Signal strength threshold value for the background scan rule (e.g., -75)