Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DOT11_AUTH_CIPHER_PAIR structure defines a pair of 802.11 authentication and cipher algorithms that can be enabled at the same time on the 802.11 station.
Syntax
typedef struct _DOT11_AUTH_CIPHER_PAIR {
DOT11_AUTH_ALGORITHM AuthAlgoId;
DOT11_CIPHER_ALGORITHM CipherAlgoId;
} DOT11_AUTH_CIPHER_PAIR, *PDOT11_AUTH_CIPHER_PAIR;
Members
-
AuthAlgoId
-
An authentication algorithm that uses a DOT11_AUTH_ALGORITHM enumerated type.
-
CipherAlgoId
-
A cipher algorithm that uses a DOT11_CIPHER_ALGORITHM enumerated type.
Remarks
The DOT11_AUTH_CIPHER_PAIR structure defines an authentication and cipher algorithm that can be enabled together for basic service set (BSS) network connections.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista, Windows XP with SP3 [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
| Redistributable |
Wireless LAN API for Windows XP with SP2 |
| Header |
|
See also