Share via


structure WLAN_SECURITY_ATTRIBUTES (wlanapi.h)

La structure WLAN_SECURITY_ATTRIBUTES définit les attributs de sécurité d’une connexion sans fil.

Syntaxe

typedef struct _WLAN_SECURITY_ATTRIBUTES {
  BOOL                   bSecurityEnabled;
  BOOL                   bOneXEnabled;
  DOT11_AUTH_ALGORITHM   dot11AuthAlgorithm;
  DOT11_CIPHER_ALGORITHM dot11CipherAlgorithm;
} WLAN_SECURITY_ATTRIBUTES, *PWLAN_SECURITY_ATTRIBUTES;

Membres

bSecurityEnabled

Indique si la sécurité est activée pour cette connexion.

bOneXEnabled

Indique si 802.1X est activé pour cette connexion.

dot11AuthAlgorithm

Valeur DOT11_AUTH_ALGORITHM qui identifie l’algorithme d’authentification.

dot11CipherAlgorithm

Valeur DOT11_CIPHER_ALGORITHM qui identifie l’algorithme de chiffrement.

Spécifications

   
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

WLAN_CONNECTION_ATTRIBUTES