struttura DOT11_CHANNEL_HINT (windot11.h)
Importante L'interfaccia LAN wireless native 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.
Sintassi
typedef struct _DOT11_CHANNEL_HINT {
DOT11_PHY_TYPE Dot11PhyType;
ULONG uChannelNumber;
} DOT11_CHANNEL_HINT, *PDOT11_CHANNEL_HINT;
Members
Dot11PhyType
Tipo di supporto e PHY 802.11.
uChannelNumber
Numero di canale.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Versioni:_Supported in Windows 8 |
Intestazione | windot11.h (include Windot11.h) |