DOT11_OFFLOAD_NETWORK structure (windot11.h)

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
 
The DOT11_OFFLOAD_NETWORK structure describes a network list offload.

Syntax

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

SSID interface.

UnicastCipher

Cipher algorithm for data encryption and decryption.

AuthAlgo

Wireless LAN authentication algorithm.

Dot11ChannelHints[DOT11_MAX_CHANNEL_HINTS]

Array of hints listing 802.11 PHY and media types and channels.

Requirements

Requirement Value
Minimum supported client Versions:_Supported in Windows 8
Header windot11.h (include Windot11.h)