// windot11.h
typedef struct _DOT11_CHANNEL_HINT {
DOT11_PHY_TYPE Dot11PhyType;
ULONG uChannelNumber;
} DOT11_CHANNEL_HINT, *PDOT11_CHANNEL_HINT;
View the official Windows Driver Kit DDI referenceNo description available.
[!Important] WiFiCx is the new Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The WDI driver model is now in maintenance mode and will only receive high priority fixes.
The DOT11_CHANNEL_HINT structure describes suggested channel numbers for an NLO operation.
Dot11PhyTypeThe 802.11 PHY and media type.
uChannelNumberChannel number.
typedef struct _DOT11_CHANNEL_HINT {
DOT11_PHY_TYPE Dot11PhyType;
ULONG uChannelNumber;
} DOT11_CHANNEL_HINT, *PDOT11_CHANNEL_HINT;