estructura DOT11_OFFLOAD_NETWORK (windot11.h)
Importante La interfaz LAN inalámbrica nativa 802.11 está en desuso en Windows 10 y versiones posteriores. En su lugar, use la interfaz del controlador de dispositivos WLAN (WDI). Para obtener más información sobre WDI, consulta Modelo de controlador universal de Windows WLAN.
Sintaxis
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;
Miembros
Ssid
Interfaz SSID.
UnicastCipher
Algoritmo de cifrado para el cifrado y descifrado de datos.
AuthAlgo
Algoritmo de autenticación LAN inalámbrica.
Dot11ChannelHints[DOT11_MAX_CHANNEL_HINTS]
Matriz de sugerencias que enumeran 802.11 PHY y tipos de medios y canales.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Versiones:_Supported en Windows 8 |
Encabezado | windot11.h (incluya Windot11.h) |