DOT11_AUTH_CIPHER_PAIR structure
La structure DOT11_AUTH_CIPHER_PAIR définit une paire d’algorithmes d’authentification et de chiffrement 802.11 qui peuvent être activés en même temps sur la station 802.11.
Syntaxe
typedef struct _DOT11_AUTH_CIPHER_PAIR {
DOT11_AUTH_ALGORITHM AuthAlgoId;
DOT11_CIPHER_ALGORITHM CipherAlgoId;
} DOT11_AUTH_CIPHER_PAIR, *PDOT11_AUTH_CIPHER_PAIR;
Membres
-
AuthAlgoId
-
Algorithme d’authentification qui utilise un DOT11_AUTH_ALGORITHM type énuméré.
-
CipherAlgoId
-
Algorithme de chiffrement qui utilise un DOT11_CIPHER_ALGORITHM type énuméré.
Notes
La structure DOT11_AUTH_CIPHER_PAIR définit un algorithme d’authentification et de chiffrement qui peut être activé ensemble pour les connexions réseau BSS (Basic Service Set).
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows Vista, Windows XP avec SP3 [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows Server 2008 [applications de bureau uniquement] |
Composant redistribuable |
API LAN sans fil pour Windows XP avec SP2 |
En-tête |
|
Voir aussi