DOT11_WPS_CONFIG_METHOD 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_WPS_CONFIG_METHOD enumeration specifies the Wi-Fi Protected Setup methods.

Syntax

typedef enum _DOT11_WPS_CONFIG_METHOD {
  DOT11_WPS_CONFIG_METHOD_NULL        = 0,
  DOT11_WPS_CONFIG_METHOD_DISPLAY     = 0x0008,
  DOT11_WPS_CONFIG_METHOD_PUSHBUTTON  = 0x0080,
  DOT11_WPS_CONFIG_METHOD_KEYPAD      = 0x0100
} DOT11_WPS_CONFIG_METHOD;

Constants

 
DOT11_WPS_CONFIG_METHOD_NULL
No setup method is configured.
DOT11_WPS_CONFIG_METHOD_DISPLAY
Setup is configured by a software user interface.
DOT11_WPS_CONFIG_METHOD_NFC_TAG
DOT11_WPS_CONFIG_METHOD_NFC_INTERFACE
DOT11_WPS_CONFIG_METHOD_PUSHBUTTON
Setup is configured by push button enablement.
DOT11_WPS_CONFIG_METHOD_KEYPAD
Setup is configured by a keypad action.
DOT11_WPS_CONFIG_METHOD_WFDS_DEFAULT

Requirements

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