Compartilhar via


estrutura WLAN_SECURITY_ATTRIBUTES (wlanapi.h)

A estrutura WLAN_SECURITY_ATTRIBUTES define os atributos de segurança para uma conexão sem fio.

Sintaxe

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

Membros

bSecurityEnabled

Indica se a segurança está habilitada para essa conexão.

bOneXEnabled

Indica se o 802.1X está habilitado para essa conexão.

dot11AuthAlgorithm

Um valor DOT11_AUTH_ALGORITHM que identifica o algoritmo de autenticação.

dot11CipherAlgorithm

Um valor DOT11_CIPHER_ALGORITHM que identifica o algoritmo de codificação.

Requisitos

   
Cliente mínimo com suporte Windows Vista, Windows XP com SP3 [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2008 [somente aplicativos da área de trabalho]
Cabeçalho wlanapi.h
Redistribuível API de LAN sem fio para Windows XP com SP2

Confira também

WLAN_CONNECTION_ATTRIBUTES