WDI_DATA_RATE_FLAGS enumeration (wditypes.hpp)

Important

This topic is part of the WDI driver model released in Windows 10. The WDI driver model is in maintenance mode and will only receive high priority fixes. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features.

The WDI_DATA_RATE_FLAGS enumeration defines the data rate flags.

Syntax

typedef enum _WDI_DATA_RATE_FLAGS {
  WDI_DATA_RATE_NON_STANDARD,
  WDI_DATA_RATE_RX_RATE,
  WDI_DATA_RATE_TX_RATE
} WDI_DATA_RATE_FLAGS;

Constants

 
WDI_DATA_RATE_NON_STANDARD
The data rate is not a standard data rate defined in the IEEE 802.11 standards.
WDI_DATA_RATE_RX_RATE
The data rate can be used for RX.
WDI_DATA_RATE_TX_RATE
The data rate can be used for TX.

Requirements

Requirement Value
Minimum supported client Windows 10
Minimum supported server Windows Server 2016
Header wditypes.hpp