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 WLAN_AUTH_CIPHER_PAIR_LIST structure contains a list of authentication and cipher algorithm pairs.
Syntax
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;
Members
dwNumberOfItems
Contains the number of supported auth-cipher pairs.
pAuthCipherPairList[*]
A DOT11_AUTH_CIPHER_PAIR structure containing a list of auth-cipher pairs.
pAuthCipherPairList[1]
A DOT11_AUTH_CIPHER_PAIR structure containing a list of auth-cipher pairs.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista, Windows XP with SP3 [desktop apps only] | 
| Minimum supported server | Windows Server 2008 [desktop apps only] | 
| Header | wlanapi.h | 
| Redistributable | Wireless LAN API for Windows XP with SP2 |