Skip to content

Latest commit

 

History

History
109 lines (67 loc) · 4.31 KB

nc-dot11wdi-ndis_wdi_peer_delete_ind.md

File metadata and controls

109 lines (67 loc) · 4.31 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_PEER_DELETE_IND
NDIS_WDI_PEER_DELETE_IND (dot11wdi.h)
The NdisWdiPeerDeleteIndication callback function initiates the removal of the association of between a peer ID and a peer MAC address.
netvista\ndiswdipeerdeleteindication.htm
netvista
05/02/2018
NDIS_WDI_PEER_DELETE_IND callback function
NDIS_WDI_PEER_DELETE_IND, NDIS_WDI_PEER_DELETE_IND callback, NdisWdiPeerDeleteIndication, NdisWdiPeerDeleteIndication callback function [Network Drivers Starting with Windows Vista], dot11wdi/NdisWdiPeerDeleteIndication, netvista.ndiswdipeerdeleteindication
dot11wdi.h
Windows
Windows 10
Windows Server 2016
Windows
NDIS_WDI_PEER_DELETE_IND
dot11wdi/NDIS_WDI_PEER_DELETE_IND
APIRef
kbSyntax
UserDefined
dot11wdi.h
NDIS_WDI_PEER_DELETE_IND

NDIS_WDI_PEER_DELETE_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 NdisWdiPeerDeleteIndication callback function initiates the removal of the association of between a peer ID and a peer MAC address. Once this indication is processed, the peer ID can no longer be used in subsequent Rx indications and the IHV may not inject any Tx frames for this peer.

This is a callback inside NDIS_WDI_DATA_API.

-parameters

-param NdisMiniportDataPathHandle [in]

The NdisMiniportDataPathHandle passed to IHV miniport in MiniportWdiTalTxRxInitialize.

-param PortId [in]

The port ID.

-param PeerId [in]

The peer ID.

-param pWifiStatus [out]

Indicates whether the peer deletion completed synchronously (if status is set to NDIS_STATUS_SUCCESS), or whether WDI will issue a MiniportWdiTalTxRxPeerDeleteConfirm when peer deletion completes.

-remarks

In PeerQueueing mode, the TxMgr issues a TxAbort for the peer. If the MiniportWdiTxAbort completes synchronously and there are no outstanding TX frames for that peer, WDI_STATUS is set to NDIS_STATUS_SUCCESS and the peer deletion is complete (see MiniportWdiTalTxRxPeerDeleteConfirm for the description of a peer delete completion). Otherwise, WDI issues a MiniportWdiTalTxRxPeerDeleteConfirm when the TxAbort is completed and there are no outstanding frames for this peer.

-see-also

MiniportWdiTalTxRxPeerDeleteConfirm

MiniportWdiTxAbort

NDIS_MINIPORT_WDI_DATA_HANDLERS

NDIS_WDI_DATA_API

WDI general datapath interfaces

WDI_PEER_ID

WDI_PORT_ID