WDI_TXRX_PEER_QOS_CAPS enumeration (dot11wdi.h)
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_TXRX_PEER_QOS_CAPS enumeration defines the Quality of Service (QoS) capabilities.
Syntax
typedef enum _WDI_TXRX_PEER_QOS_CAPS {
WDI_TXRX_PeerCfgQosNone,
WDI_TXRX_PeerCfgQosCapable,
WDI_TXRX_PeerCfgUapsdTids
} WDI_TXRX_PEER_QOS_CAPS;
Constants
WDI_TXRX_PeerCfgQosNone Specifies that QoS was not negotiated for this peer during association. |
WDI_TXRX_PeerCfgQosCapable Specifies that QoS was negotiated for this peer during association. |
WDI_TXRX_PeerCfgUapsdTids Reserved. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | dot11wdi.h |