WLAN_SECURITY_ATTRIBUTES structure
Applies to: desktop apps only
The WLAN_SECURITY_ATTRIBUTES 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.
Requirements
|
Minimum supported client | Windows Vista, Windows XP with SP3 |
|---|---|
|
Minimum supported server | Windows Server 2008 |
|
Redistributable | Wireless LAN API for Windows XP with SP2 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012