Condividi tramite


struttura WLAN_SECURITY_ATTRIBUTES (wlanapi.h)

La struttura WLAN_SECURITY_ATTRIBUTES definisce gli attributi di sicurezza per una connessione wireless.

Sintassi

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

Members

bSecurityEnabled

Indica se la sicurezza è abilitata per questa connessione.

bOneXEnabled

Indica se 802.1X è abilitato per questa connessione.

dot11AuthAlgorithm

Valore DOT11_AUTH_ALGORITHM che identifica l'algoritmo di autenticazione.

dot11CipherAlgorithm

Valore DOT11_CIPHER_ALGORITHM che identifica l'algoritmo di crittografia.

Requisiti

   
Client minimo supportato Windows Vista, Windows XP con SP3 [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wlanapi.h
Componente ridistribuibile API LAN wireless per Windows XP con SP2

Vedi anche

WLAN_CONNECTION_ATTRIBUTES