// windot11.h
typedef struct _DOT11_SUPPORTED_DSSS_CHANNEL {
ULONG uChannel;
} DOT11_SUPPORTED_DSSS_CHANNEL, *PDOT11_SUPPORTED_DSSS_CHANNEL;
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_SUPPORTED_DSSS_CHANNEL structure specifies a supported operating frequency channel entry in a DOT11_SUPPORTED_DSSS_CHANNEL_LIST structure.
uChannelA ULONG value, which represents a frequency channel that the 802.11 station can operate with. Valid channel numbers are as defined in 15.4.6.2 of IEEE Std. 802.11-1997 for the following PHY types:
typedef struct _DOT11_SUPPORTED_DSSS_CHANNEL {
ULONG uChannel;
} DOT11_SUPPORTED_DSSS_CHANNEL, *PDOT11_SUPPORTED_DSSS_CHANNEL;
DOT11_SUPPORTED_DSSS_CHANNEL_LIST