DOT11_RATE_SET (Compact 2013)

3/26/2014

This structure defines the set of data rates that the 802.11 station supports.

Syntax

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

Members

  • uRateSetLength
    The number of entries in the ucRateSet array
  • ucRateSet
    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

Header

windot11.h

See Also

Reference

Native 802.11 Data Types
OID_DOT11_OPERATIONAL_RATE_SET
Native 802.11 Wireless LAN Reference