WDI_TX_PAUSE_REASON - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dot11wdi.h

typedef enum _WDI_TX_PAUSE_REASON {
  WDI_TX_PAUSE_REASON_NULL,
  WDI_TX_PAUSE_REASON_CREDIT,
  WDI_TX_PAUSE_REASON_PEER_CREATE,
  WDI_TX_PAUSE_REASON_PS,
  WDI_TX_PAUSE_REASON_IHV_START,
  WDI_TX_PAUSE_REASON_IHV_END
} WDI_TX_PAUSE_REASON;
View the official Windows Driver Kit DDI reference
// dot11wificxintf.h

typedef enum _WDI_TX_PAUSE_REASON {
  WDI_TX_PAUSE_REASON_NULL,
  WDI_TX_PAUSE_REASON_CREDIT,
  WDI_TX_PAUSE_REASON_PEER_CREATE,
  WDI_TX_PAUSE_REASON_PS,
  WDI_TX_PAUSE_REASON_IHV_START,
  WDI_TX_PAUSE_REASON_IHV_END
} WDI_TX_PAUSE_REASON;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dot11wdi-_wdi_tx_pause_reason)

_WDI_TX_PAUSE_REASON enumeration

Description

[!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_TX_PAUSE_REASON enumeration defines the reasons for a TX pause.

Constants

WDI_TX_PAUSE_REASON_NULL

Reserved. This enum value does not represent a valid pause reason code.

WDI_TX_PAUSE_REASON_CREDIT

General reason to use for the exhaustion of some IHV resource.

WDI_TX_PAUSE_REASON_PEER_CREATE

All TIDs on a newly created peer are paused with this reason. The IHV uses this reason code to restart these TIDs. This is only applicable when the TargetPriorityQueueing capability is set to false.

WDI_TX_PAUSE_REASON_PS

The peer is in Power Save Mode. This is only applicable when the TargetPriorityQueueing capability is set to false.

WDI_TX_PAUSE_REASON_IHV_START

Inclusive beginning of range of valid pause reasons for IHV use.

WDI_TX_PAUSE_REASON_IHV_END

Inclusive end of range of valid pause reasons for IHV use.

See also

WDI_TXRX_CAPABILITIES


Windows Driver Kit DDI reference (ne-dot11wificxintf-wdi_tx_pause_reason)

Description

[!IMPORTANT] This topic is part of the WiFiCx driver model. 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 previous Wi-Fi driver model WDI is now in maintenance mode and will only receive high priority fixes.

[!WARNING] Some information in this topic relates to prereleased product, which may be substantially modified before it is commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

This function is reserved for system use and should not be called in your code.

Constants

WDI_TX_PAUSE_REASON_NULL

Reserved.

WDI_TX_PAUSE_REASON_CREDIT

Reserved.

WDI_TX_PAUSE_REASON_PEER_CREATE

Reserved.

WDI_TX_PAUSE_REASON_PS

Reserved.

WDI_TX_PAUSE_REASON_IHV_START

Reserved.

WDI_TX_PAUSE_REASON_IHV_END

Reserved.

Remarks

See also