DOT11_RATE_SET 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_RATE_SET structure defines the set of data rates that the 802.11 station supports.

Syntax

typedef struct _DOT11_RATE_SET {
  ULONG uRateSetLength;
  UCHAR ucRateSet[DOT11_RATE_SET_MAX_LENGTH];
} DOT11_RATE_SET, *PDOT11_RATE_SET;

Members

uRateSetLength

The number of entries in the ucRateSet array.

ucRateSet[DOT11_RATE_SET_MAX_LENGTH]

The set of data rates.

Remarks

The values that are specified in the ucRateSet array define the data rates at which the 802.11 station may transmit and receive data. Each value is an index into the table of data rates that are returned by the driver for a query of OID_DOT11_DATA_RATE_MAPPING_ENTRY.

Requirements

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

See also

OID_DOT11_DATA_RATE_MAPPING_ENTRY

OID_DOT11_OPERATIONAL_RATE_SET