WCN_VALUE_TYPE_ENCRYPTION_TYPE enumeration (wcntypes.h)
The WCN_VALUE_TYPE_ENCRYPTION_TYPE enumeration defines the supported WLAN encryption types.
Syntax
typedef enum tagWCN_VALUE_TYPE_ENCRYPTION_TYPE {
WCN_VALUE_ET_NONE = 0x1,
WCN_VALUE_ET_WEP = 0x2,
WCN_VALUE_ET_TKIP = 0x4,
WCN_VALUE_ET_AES = 0x8,
WCN_VALUE_ET_TKIP_AES_MIXED = 0xc
} WCN_VALUE_TYPE_ENCRYPTION_TYPE;
Constants
WCN_VALUE_ET_NONEValue: 0x1 Specifies support for unsecured wireless activity. |
WCN_VALUE_ET_WEPValue: 0x2 Specifies support for the Wired Equivalent Privacy (WEP) encryption method. Note Not available for WPS 2.0. |
WCN_VALUE_ET_TKIPValue: 0x4 Specifies support for the Temporal Key Integrity Protocol (TKIP) encryption method. Note Not available for WPS 2.0. |
WCN_VALUE_ET_AESValue: 0x8 Specifies support for the Advanced Encryption Standard (AES) encryption method. |
WCN_VALUE_ET_TKIP_AES_MIXEDValue: 0xc Specifies support for WPAPSK/WPA2PSK mixed-mode encryption. Note Not supported in WPS 1.0. Only available in Windows 8. |
Requirements
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wcntypes.h |