DOT11_WFD_SCAN_TYPE enumeration (windot11.h)

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
 
The DOT11_WFD_SCAN_TYPE enumeration indicates the type of scan used during the scan phase of device discovery.

Syntax

typedef enum _DOT11_WFD_SCAN_TYPE {
  dot11_wfd_scan_type_active   = 1,
  dot11_wfd_scan_type_passive  = 2,
  dot11_wfd_scan_type_auto     = 3
} DOT11_WFD_SCAN_TYPE;

Constants

 
dot11_wfd_scan_type_active
Use active scanning for device discovery.
dot11_wfd_scan_type_passive
Use passive scanning during device discovery.
dot11_wfd_scan_type_auto
Driver selected scanning is used.

Remarks

The system will set only one scan type at a time. The driver should use this setting to determine how it scans during device discovery.

Requirements

Requirement Value
Minimum supported client Supported starting with Windows 8.
Header windot11.h

See also

OID_DOT11_WFD_DISCOVER_REQUEST

DOT11_WFD_DISCOVER_REQUEST