WifiAdapterRemovePeer - NtDoc

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

void WifiAdapterRemovePeer(
  NETADAPTER              Adapter,
  const NET_EUI48_ADDRESS *Address
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wificx-wifiadapterremovepeer)

Description

Client drivers call the WifiAdapterRemovePeer function to tell the WiFiCx framework that a peer has been disconnected. This causes the framework to stop the associated queue.

Parameters

Adapter

[_In_] A handle to a NetAdapterCx NETADAPTER object obtained in a previous call to NetAdapterCreate.

Address

The peer address.

Remarks

For more information see Setting up multiple Tx queues.

See also

WifiAdapterAddPeer

Setting up multiple Tx queues