WLAN_AUTH_CIPHER_PAIR_LIST (Compact 2013)

3/26/2014

This structure defines contains a list of authentication and cipher algorithm pairs.

Syntax

typedef struct _WLAN_AUTH_CIPHER_PAIR_LIST {
  DWORD dwNumberOfItems;
  DOT11_AUTH_CIPHER_PAIR pAuthCipherPairList;
} WLAN_AUTH_CIPHER_PAIR_LIST,
  *PWLAN_AUTH_CIPHER_PAIR_LIST;

Members

  • dwNumberOfItems
    Contains the number of supported auth-cipher pairs

See Also

Reference

Native Wi-Fi Structures
DOT11_AUTH_CIPHER_PAIR
WlanQueryInterface
Native Wi-Fi Reference