// wificx.h
void WifiAdapterRemovePeer(
NETADAPTER Adapter,
const NET_EUI48_ADDRESS *Address
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
Adapter[_In_] A handle to a NetAdapterCx NETADAPTER object obtained in a previous call to NetAdapterCreate.
AddressThe peer address.
For more information see Setting up multiple Tx queues.