estructura DOT11_CHANNEL_HINT (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_CHANNEL_HINT {
DOT11_PHY_TYPE Dot11PhyType;
ULONG uChannelNumber;
} DOT11_CHANNEL_HINT, *PDOT11_CHANNEL_HINT;
Miembros
Dot11PhyType
Tipo de medio y PHY 802.11.
uChannelNumber
Número de canal.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Versiones:_Supported en Windows 8 |
Encabezado | windot11.h (incluya Windot11.h) |