Compartir a través de


estructura WLAN_AUTH_CIPHER_PAIR_LIST (wlanapi.h)

La estructura WLAN_AUTH_CIPHER_PAIR_LIST contiene una lista de pares de algoritmos de autenticación y cifrado.

Sintaxis

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;

Miembros

dwNumberOfItems

Contiene el número de pares de cifrado de autenticación admitidos.

pAuthCipherPairList[*]

Estructura DOT11_AUTH_CIPHER_PAIR que contiene una lista de pares de cifrado de autenticación.

pAuthCipherPairList[1]

Estructura DOT11_AUTH_CIPHER_PAIR que contiene una lista de pares de cifrado de autenticación.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista, Windows XP con SP3 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado wlanapi.h
Redistribuible API LAN inalámbrica para Windows XP con SP2

Consulte también

WlanQueryInterface