WCN_VALUE_TYPE_VERSION enumeration (wcntypes.h)

The WCN_VALUE_TYPE_VERSION enumeration defines the supported version of Wi-Fi Protected Setup (WPS).

Syntax

typedef enum tagWCN_VALUE_TYPE_VERSION {
  WCN_VALUE_VERSION_1_0 = 0x10,
  WCN_VALUE_VERSION_2_0 = 0x20
} WCN_VALUE_TYPE_VERSION;

Constants

 
WCN_VALUE_VERSION_1_0
Value: 0x10
Specifies WPS 1.0. Indicates compliance with Wi-Fi Alliance protocol specification for Wi-Fi Protected Setup (WPS) 1.0h.
WCN_VALUE_VERSION_2_0
Value: 0x20
Specifies WPS 2.0. Indicates compliance with Wi-Fi Alliance protocol specification for Wi-Fi Simple Configuration (WSC) 2.0.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header wcntypes.h

See also

WCN_ATTRIBUTE_TYPE