// 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 referenceNo description available.
[!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.
WDI_TX_PAUSE_REASON_NULLReserved. This enum value does not represent a valid pause reason code.
WDI_TX_PAUSE_REASON_CREDITGeneral reason to use for the exhaustion of some IHV resource.
WDI_TX_PAUSE_REASON_PEER_CREATEAll 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_PSThe peer is in Power Save Mode. This is only applicable when the TargetPriorityQueueing capability is set to false.
WDI_TX_PAUSE_REASON_IHV_STARTInclusive beginning of range of valid pause reasons for IHV use.
WDI_TX_PAUSE_REASON_IHV_ENDInclusive end of range of valid pause reasons for IHV use.
[!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.
WDI_TX_PAUSE_REASON_NULLReserved.
WDI_TX_PAUSE_REASON_CREDITReserved.
WDI_TX_PAUSE_REASON_PEER_CREATEReserved.
WDI_TX_PAUSE_REASON_PSReserved.
WDI_TX_PAUSE_REASON_IHV_STARTReserved.
WDI_TX_PAUSE_REASON_IHV_ENDReserved.