WDI_TLV_PHY_DATA_RATE_LIST
WDI_TLV_PHY_DATA_RATE_LIST is a TLV that contains a list of data rates.
TLV Type
0x13
Length
The size (in bytes) of the array of WDI_DATA_RATE_LIST elements. The array must contain 1 or more elements.
Note WDI_DATA_RATE_LIST is not a WDI structure. It is defined in the WDI TLV parser generator, and is used for documentation purposes only.
Values
Type | Description |
---|---|
WDI_DATA_RATE_LIST[] | An array of data rates. Each data rate in the array must contain data rate flags and a data rate value. |
WDI_DATA_RATE_LIST consists of the following elements.
Type | Description |
---|---|
UINT8 | The data rate flags as defined in WDI_DATA_RATE_FLAGS. |
UINT16 | The data rate value. |
Requirements
Minimum supported client |
Windows 10 |
Minimum supported server |
Windows Server 2016 |
Header |
Wditypes.hpp |