Partager via


énumération DOT11_ASSOCIATION_STATE (windot11.h)

Important L’interface LAN sans fil Native 802.11 est déconseillée dans Windows 10 et versions ultérieures. Utilisez plutôt l’interface WDI (WLAN Device Driver Interface). Pour plus d’informations sur WDI, consultez Modèle de pilote Windows universel WLAN.
 
L’énumération DOT11_ASSOCIATION_STATE définit l’état d’authentification et d’association d’une station 802.11.

Syntax

typedef enum _DOT11_ASSOCIATION_STATE {
  dot11_assoc_state_zero            = 0,
  dot11_assoc_state_unauth_unassoc  = 1,
  dot11_assoc_state_auth_unassoc    = 2,
  dot11_assoc_state_auth_assoc      = 3
} DOT11_ASSOCIATION_STATE, *PDOT11_ASSOCIATION_STATE;

Constantes

 
dot11_assoc_state_zero
L’état d’association n’est pas défini.
dot11_assoc_state_unauth_unassoc
La station 802.11 n’est pas authentifiée avec l’homologue et n’est pas associée.
dot11_assoc_state_auth_unassoc
La station 802.11 est authentifiée auprès de l’homologue, mais n’est pas associée.
dot11_assoc_state_auth_assoc
La station 802.11 est authentifiée et associée à l’homologue.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Disponible dans Windows Vista et les versions ultérieures des systèmes d’exploitation Windows.
En-tête windot11.h (inclure Ndis.h)