DOT11_CHANNEL_HINT structure (windot11.h)
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.
Syntax
typedef struct _DOT11_CHANNEL_HINT {
DOT11_PHY_TYPE Dot11PhyType;
ULONG uChannelNumber;
} DOT11_CHANNEL_HINT, *PDOT11_CHANNEL_HINT;
Members
Dot11PhyType
The 802.11 PHY and media type.
uChannelNumber
Channel number.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Versions:_Supported in Windows 8 |
Header | windot11.h (include Windot11.h) |