DOT11_SUPPORTED_DSSS_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_SUPPORTED_DSSS_CHANNEL structure specifies a supported operating frequency channel entry in a DOT11_SUPPORTED_DSSS_CHANNEL_LIST structure.

Syntax

typedef struct _DOT11_SUPPORTED_DSSS_CHANNEL {
  ULONG uChannel;
} DOT11_SUPPORTED_DSSS_CHANNEL, *PDOT11_SUPPORTED_DSSS_CHANNEL;

Members

uChannel

A 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:

  • Direct-sequence spread spectrum (DSSS) PHY.
  • High-rate DSSS (HRDSSS) PHY.
  • Extended-rate PHY (ERP).
  • High-throughput (HT) 802.11n PHY when operating in the 2.4-GHz band.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of the Windows operating systems.
Header windot11.h (include Ndis.h)

See also

DOT11_SUPPORTED_DSSS_CHANNEL_LIST