DOT11_AUTH_CIPHER_PAIR (Compact 2013)
3/26/2014
This structure defines a pair of 802.11 authentication and cipher algorithms that can be concurrently enabled 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 concurrently enabled for basic service set (BSS) network connections.
See Also
Reference
Native Wi-Fi Structures
DOT11_AUTH_ALGORITHM
DOT11_CIPHER_ALGORITHM
Native Wi-Fi Reference