DOT11_MSSECURITY_SETTINGS (Compact 2013)
3/26/2014
This structure defines Microsoft security settings (from an active profile) that are needed in post-associate processing when you are using the Microsoft 802.1X implementation.
Syntax
typedef struct _DOT11_MSSECURITY_SETTINGS {
DOT11_AUTH_ALGORITHM dot11AuthAlgorithm;
DOT11_CIPHER_ALGORITHM dot11CipherAlgorithm;
BOOL fOneXEnabled;
EAP_METHOD_TYPE eapMethodType;
DWORD dwEapConnectionDataLen;
BYTE *pEapConnectionData;
} DOT11_MSSECURITY_SETTINGS, *PDOT11_MSSECURITY_SETTINGS;
Members
- Dot11AuthAlgorithm
A DOT11_AUTH_ALGORITHM type that specifies the authentication algorithm
- Dot11CipherAlgorithm
A DOT11_CIPHER_ALGORITHM type that specifies the cipher algorithm for data encryption and decryption
- fOneXEnabled
A Boolean value that indicates whether the Microsoft 802.1X implementation is enabled. If TRUE, Microsoft 802.1X is enabled; otherwise, Microsoft 802.1X is disabled.
- eapMethodType
An EAP_METHOD_TYPE type that specifies the extensible authentication protocol (EAP) method
- dwEapConnectionDataLen
The size, in bytes, of the EAP connection data buffer pointed to by the pEapConnectionData member
- pEapConnectionData
A pointer to the EAP connection data buffer
Requirements
Header |
wlanihvtypes.h |
See Also
Reference
Native 802.11 Data Types
Native 802.11 Wireless LAN Reference