qwf_wifi_BgScanMode_e
Background scanning modes
Synopsis:
#include <qwf/qwf_wifi.h>typedef enum {
WIFI_BG_SCAN_MODE_DISABLED = 1,
WIFI_BG_SCAN_MODE_SIMPLE = 2,
WIFI_BG_SCAN_MODE_LEARN = 3
} qwf_wifi_BgScanMode_e;Data:
Library:
qwf_interfaceDescription:
This enumeration type defines the background scanning modes that can be requested for the Wi-Fi supplicant layer. This layer can run a scan while a Saved Network profile is connected to an access point.
Page updated:
