WDI_TX_FRAME_STATUS - NtDoc

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

typedef enum _WDI_TX_FRAME_STATUS {
  WDI_TxFrameStatus_Ok,
  WDI_TxFrameStatus_Discard,
  WDI_TxFrameStatus_NoAck,
  WDI_TxFrameStatus_TransferCancelled,
  WDI_TxFrameStatus_SendCancelled,
  WDI_TxFrameStatus_SendPostponed,
  WDI_TxFrameStatus_TransferFailed
} WDI_TX_FRAME_STATUS;
View the official Windows Driver Kit DDI reference
// dot11wificxintf.h

typedef enum _WDI_TX_FRAME_STATUS {
  WDI_TxFrameStatus_Ok,
  WDI_TxFrameStatus_Discard,
  WDI_TxFrameStatus_NoAck,
  WDI_TxFrameStatus_TransferCancelled,
  WDI_TxFrameStatus_SendCancelled,
  WDI_TxFrameStatus_SendPostponed,
  WDI_TxFrameStatus_TransferFailed
} WDI_TX_FRAME_STATUS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_WDI_TX_FRAME_STATUS 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_FRAME_STATUS enumeration defines the TX frame status values.

Constants

WDI_TxFrameStatus_Ok

Frame transmitted without errors.

WDI_TxFrameStatus_Discard

The frame was discarded to make room for higher priority frames.

WDI_TxFrameStatus_NoAck

Transmission failed after exhausting the maximum number of retries.

WDI_TxFrameStatus_TransferCancelled

TX stop requested.

WDI_TxFrameStatus_SendCancelled

TX stop requested.

WDI_TxFrameStatus_SendPostponed

The frame could not be transmitted at this time (for example, the peer is in PS). The frame should be transferred at a suitable time, when the corresponding TX queue is unpaused. This status is not allowed for targets that have TargetPriorityQueueing set to TRUE.

WDI_TxFrameStatus_TransferFailed

The transfer failed.

See also

WDI_TXRX_CAPABILITIES


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

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_TxFrameStatus_Ok

Reserved.

WDI_TxFrameStatus_Discard

Reserved.

WDI_TxFrameStatus_NoAck

Reserved.

WDI_TxFrameStatus_TransferCancelled

Reserved.

WDI_TxFrameStatus_SendCancelled

Reserved.

WDI_TxFrameStatus_SendPostponed

Reserved.

WDI_TxFrameStatus_TransferFailed

Reserved.

Remarks

See also