Skip to content

Latest commit

 

History

History
90 lines (61 loc) · 3.59 KB

nc-dot11wdi-ndis_wdi_tx_transfer_complete_ind.md

File metadata and controls

90 lines (61 loc) · 3.59 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:dot11wdi.NDIS_WDI_TX_TRANSFER_COMPLETE_IND
NDIS_WDI_TX_TRANSFER_COMPLETE_IND (dot11wdi.h)
The NdisWdiTxTransferCompleteIndication callback function specifies a list of frame buffers that have been transferred to the target. Frames with different TX Status values are completed in separate indications.
netvista\ndiswditxtransfercompleteindication.htm
netvista
05/02/2018
NDIS_WDI_TX_TRANSFER_COMPLETE_IND callback function
NDIS_WDI_TX_TRANSFER_COMPLETE_IND, NDIS_WDI_TX_TRANSFER_COMPLETE_IND callback, NdisWdiTxTransferCompleteIndication, NdisWdiTxTransferCompleteIndication callback function [Network Drivers Starting with Windows Vista], dot11wdi/NdisWdiTxTransferCompleteIndication, netvista.ndiswditxtransfercompleteindication
dot11wdi.h
Windows
Windows 10
Windows Server 2016
Windows
NDIS_WDI_TX_TRANSFER_COMPLETE_IND
dot11wdi/NDIS_WDI_TX_TRANSFER_COMPLETE_IND
APIRef
kbSyntax
UserDefined
dot11wdi.h
NDIS_WDI_TX_TRANSFER_COMPLETE_IND

NDIS_WDI_TX_TRANSFER_COMPLETE_IND callback function

-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 NdisWdiTxTransferCompleteIndication callback function specifies a list of frame buffers that have been transferred to the target. Frames with different TX Status values are completed in separate indications.

If the TX status is a failure code, an NdisWdiTxSendCompleteIndication is not indicated for any of the frames in the NET_BUFFER_LIST (NBL) chain.

This is a callback inside NDIS_WDI_DATA_API.

-parameters

-param NdisMiniportDataPathHandle [in]

The NdisMiniportDataPathHandle passed to the IHV miniport in MiniportWdiTalTxRxInitialize.

-param WifiTxFrameStatus [in]

The TX status, specified as a WDI_TX_FRAME_STATUS value.

-param pNBL [in]

The null-terminated list of frame buffers that have been transferred to the target.

-see-also

NDIS_WDI_DATA_API

NET_BUFFER_LIST

NdisWdiTxSendCompleteIndication

WDI_TX_FRAME_STATUS