DOT11_OFFLOAD_NETWORK struttura (windot11.h)

Importante L'interfaccia LAN wireless nativa 802.11 è deprecata in Windows 10 e versioni successive. Usare invece l'interfaccia WDI (WLAN Device Driver Interface). Per altre informazioni su WDI, vedere Modello di driver windows universale WLAN.
 
La struttura DOT11_OFFLOAD_NETWORK descrive un offload dell'elenco di rete.

Sintassi

typedef struct _DOT11_OFFLOAD_NETWORK {
  DOT11_SSID             Ssid;
  DOT11_CIPHER_ALGORITHM UnicastCipher;
  DOT11_AUTH_ALGORITHM   AuthAlgo;
  DOT11_CHANNEL_HINT     Dot11ChannelHints[DOT11_MAX_CHANNEL_HINTS];
} DOT11_OFFLOAD_NETWORK, *PDOT11_OFFLOAD_NETWORK;

Members

Ssid

Interfaccia SSID.

UnicastCipher

Algoritmo di crittografia per la crittografia dei dati e la decrittografia.

AuthAlgo

Algoritmo di autenticazione LAN wireless.

Dot11ChannelHints[DOT11_MAX_CHANNEL_HINTS]

Matrice di hint che elencano tipi e canali PHY 802.11.

Requisiti

Requisito Valore
Client minimo supportato Versioni:_Supported in Windows 8
Intestazione windot11.h (include Windot11.h)