Skip to content

Latest commit

 

History

History
125 lines (73 loc) · 3.72 KB

nc-dot11wdi-ndis_wdi_tx_inject_frame_ind.md

File metadata and controls

125 lines (73 loc) · 3.72 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_INJECT_FRAME_IND
NDIS_WDI_TX_INJECT_FRAME_IND (dot11wdi.h)
The NdisWdiTxInjectFrameIndication callback function allows the LE to inject frames through the regular datapath (for example, authentication/association requests/responses, Wi-Fi Direct action frames).
netvista\ndiswditxinjectframeindication.htm
netvista
05/02/2018
NDIS_WDI_TX_INJECT_FRAME_IND callback function
NDIS_WDI_TX_INJECT_FRAME_IND, NDIS_WDI_TX_INJECT_FRAME_IND callback, NdisWdiTxInjectFrameIndication, NdisWdiTxInjectFrameIndication callback function [Network Drivers Starting with Windows Vista], dot11wdi/NdisWdiTxInjectFrameIndication, netvista.ndiswditxinjectframeindication
dot11wdi.h
Windows
Windows 10
Windows Server 2016
Windows
NDIS_WDI_TX_INJECT_FRAME_IND
dot11wdi/NDIS_WDI_TX_INJECT_FRAME_IND
APIRef
kbSyntax
UserDefined
dot11wdi.h
NDIS_WDI_TX_INJECT_FRAME_IND

NDIS_WDI_TX_INJECT_FRAME_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 NdisWdiTxInjectFrameIndication callback function allows the LE to inject frames through the regular datapath (for example, authentication/association requests/responses, Wi-Fi Direct action frames).

This is a callback inside NDIS_WDI_DATA_API.

-parameters

-param NdisMiniportDataPathHandle [in]

The NdisMiniportDataPathHandle passed to the IHV miniport in MiniportWdiTalTxRxInitialize.

-param PortId [in]

The port ID.

-param PeerId [in]

The peer ID. When TargetPriorityQueueing is true, this must be set to the wildcard value.

-param ExTid [in]

The extended TID.

-param pNBL [in]

Pointer to a NET_BUFFER_LIST chain.

-param bIsUnicast [in]

Specifies if the frames are to a unicast receiver address.

-param bUseLegacyRates [in]

Specifies if legacy rates should be used to send the frames.

-param Ethertype [in]

Specifies the Ethertype of the frames.

-param ExemptionAction [in]

Specifies the ExemptionAction of the frames.

-see-also

NDIS_WDI_DATA_API

NET_BUFFER_LIST

WDI_EXEMPTION_ACTION_TYPE

WDI_EXTENDED_TID

WDI_PEER_ID

WDI_PORT_ID