DOT11_WFD_CHANNEL 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_WFD_CHANNEL structure contains the channel information for a Peer-to-Pear (P2P) group.
Syntax
typedef struct _DOT11_WFD_CHANNEL {
DOT11_COUNTRY_OR_REGION_STRING CountryRegionString;
UCHAR OperatingClass;
UCHAR ChannelNumber;
} DOT11_WFD_CHANNEL, *PDOT11_WFD_CHANNEL;
Members
CountryRegionString
The country or region code where OperatingClass and ChannelNumber are valid.
OperatingClass
The frequency band for ChannelNumber.
ChannelNumber
The channel number for the P2P group.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported starting with Windows 8. |
Header | windot11.h (include Windot11.h) |