Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 2.76 KB

nc-dot11wdi-miniport_wdi_tal_txrx_stop.md

File metadata and controls

76 lines (57 loc) · 2.76 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.MINIPORT_WDI_TAL_TXRX_STOP
MINIPORT_WDI_TAL_TXRX_STOP (dot11wdi.h)
The MiniportWdiTalTxRxStop handler function stops TXRX communication between the TAL and the target.
netvista\miniportwditaltxrxstop.htm
netvista
05/02/2018
MINIPORT_WDI_TAL_TXRX_STOP callback function
MINIPORT_WDI_TAL_TXRX_STOP, MINIPORT_WDI_TAL_TXRX_STOP callback, MiniportWdiTalTxRxStop, MiniportWdiTalTxRxStop callback function [Network Drivers Starting with Windows Vista], dot11wdi/MiniportWdiTalTxRxStop, netvista.miniportwditaltxrxstop
dot11wdi.h
Windows
Windows 10
Windows Server 2016
Windows
MINIPORT_WDI_TAL_TXRX_STOP
dot11wdi/MINIPORT_WDI_TAL_TXRX_STOP
APIRef
kbSyntax
UserDefined
dot11wdi.h
MINIPORT_WDI_TAL_TXRX_STOP

MINIPORT_WDI_TAL_TXRX_STOP 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 MiniportWdiTalTxRxStop handler function stops TXRX communication between the TAL and the target.

This is a WDI miniport handler inside NDIS_MINIPORT_WDI_DATA_HANDLERS.

Note  You must declare the function by using the MINIPORT_WDI_TAL_TXRX_STOP type. For more information, see the following Examples section.
 

-parameters

-param MiniportTalTxRxContext [in]

TAL device handle returned by the IHV miniport in MiniportWdiTalTxRxInitialize.

-see-also

NDIS_MINIPORT_WDI_DATA_HANDLERS

TAL_TXRX_HANDLE

WDI general datapath interfaces