WLAN_SECURITY_ATTRIBUTES (Compact 2013)
3/26/2014
This structure defines the security attributes for a wireless connection.
Syntax
typedef struct _WLAN_SECURITY_ATTRIBUTES {
BOOL bSecurityEnabled;
BOOL bOneXEnabled;
DOT11_AUTH_ALGORITHM dot11AuthAlgorithm;
DOT11_CIPHER_ALGORITHM dot11CipherAlgorithm;
} WLAN_SECURITY_ATTRIBUTES,
*PWLAN_SECURITY_ATTRIBUTES;
Members
- bSecurityEnabled
Indicates whether security is enabled for this connection
- bOneXEnabled
Indicates whether 802.1X is enabled for this connection
- dot11AuthAlgorithm
A DOT11_AUTH_ALGORITHM value that identifies the authentication algorithm
- dot11CipherAlgorithm
A DOT11_CIPHER_ALGORITHM value that identifies the cipher algorithm
See Also
Reference
Native Wi-Fi Structures
DOT11_AUTH_ALGORITHM
DOT11_CIPHER_ALGORITHM
WLAN_CONNECTION_ATTRIBUTES
Native Wi-Fi Reference