Updated: October 28, 2024 |
Background scanning modes
#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;
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.