qwf_wifi_BgScanInfo_t

Updated: April 19, 2023

Background scanning information for a Saved Network profile

Synopsis:

#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;

Data:

qwf_wifi_BgScanMode_e bgScanMode

Background scanning mode (see qwf_wifi_BgScanMode_e)

int shortInterval

Short interval value, in seconds, for the background scan rule

int longInterval

Long interval value, in seconds, for the background scan rule

int sigThreshold

Signal strength threshold value for the background scan rule (e.g., -75)

Library:

qwf_interface