structure WLAN_AUTH_CIPHER_PAIR_LIST (wlanapi.h)

La structure WLAN_AUTH_CIPHER_PAIR_LIST contient une liste de paires d’algorithmes d’authentification et de chiffrement.

Syntaxe

typedef struct _WLAN_AUTH_CIPHER_PAIR_LIST {
  DWORD                  dwNumberOfItems;
#if ...
  DOT11_AUTH_CIPHER_PAIR *pAuthCipherPairList[];
#else
  DOT11_AUTH_CIPHER_PAIR pAuthCipherPairList[1];
#endif
} WLAN_AUTH_CIPHER_PAIR_LIST, *PWLAN_AUTH_CIPHER_PAIR_LIST;

Membres

dwNumberOfItems

Contient le nombre de paires d’authentification-chiffrement prises en charge.

pAuthCipherPairList[*]

Structure DOT11_AUTH_CIPHER_PAIR contenant une liste de paires d’authentification-chiffrement.

pAuthCipherPairList[1]

Structure DOT11_AUTH_CIPHER_PAIR contenant une liste de paires d’authentification-chiffrement.

Configuration requise

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]
En-tête wlanapi.h
Composant redistribuable API LAN sans fil pour Windows XP avec SP2

Voir aussi

WlanQueryInterface