DOT11_WFD_CHANNEL structure (windot11.h)

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
 
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)