qwf_wifi_BgScanMode_e

Updated: April 19, 2023

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:

WIFI_BG_SCAN_MODE_DISABLED

Background scanning is disabled

WIFI_BG_SCAN_MODE_SIMPLE

Background scanning is “simple”

WIFI_BG_SCAN_MODE_LEARN

Background scanning is “learned”

Library:

qwf_interface

Description:

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.