Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Network Devices
Reference
Wireless Networking
 DOT11_SUPPORTED_DATA_RATES_VALUE_V2
Windows Driver Kit: Network Devices and Protocols
DOT11_SUPPORTED_DATA_RATES_VALUE_V2

The DOT11_SUPPORTED_DATA_RATES_VALUE_V2 structure specifies a list of transmit and receive data rates for a PHY on the 802.11 station.

typedef struct _DOT11_SUPPORTED_DATA_RATES_VALUE_V2 {
  UCHAR  ucSupportedTxDataRatesValue[255];
  UCHAR  ucSupportedRxDataRatesValue[255];
} DOT11_SUPPORTED_DATA_RATES_VALUE_V2, *PDOT11_SUPPORTED_DATA_RATES_VALUE_V2;

Members

ucSupportedTxDataRatesValue
An array of the transmit data rates supported by the Physical Layer Convergence Procedure (PLCP) and Physical Media Dependent (PMD) sublayer of the PHY.
ucSupportedRxDataRatesValue
An array of the receive data rates supported by the PLCP and PMD of the PHY.

Comments

Each entry in the ucSupportedTxDataRatesValue and ucSupportedRxDataRatesValue arrays must have a data rate index value as defined for the ucDataRateIndex member of the DOT11_DATA_RATE_MAPPING_ENTRY structure. Each entry in these arrays must match a ucDataRateIndex member from the table of data rates returned through a query of OID_DOT11_DATA_RATE_MAPPING_TABLE. The index value must be between 2 and 127.

If the number of supported rates in either array is less than 255, the miniport driver must add an entry with a value of zero after the last data rate in the array. For example, if the 802.11 station supports only four transmit data rates, the miniport driver must set ucSupportedTxDataRatesValue[0..3] with the four transmit rates and set ucSupportedTxDataRatesValue[4] to zero.

Requirements

Versions: Available in Windows Vista and later versions of the Windows operating systems.

Headers: Defined in Windot11.h. Include Ndis.h.

See Also

DOT11_DATA_RATE_MAPPING_ENTRY,
NDIS_MINIPORT_ADAPTER_NATIVE_802_11_ATTRIBUTES,
OID_DOT11_DATA_RATE_MAPPING_TABLE,OID_DOT11_SUPPORTED_DATA_RATES_VALUE


Send feedback on this topic
Built on October 01, 2009
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker