WifiAdapterRemovePeer function (wificx.h)
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.
Syntax
void WifiAdapterRemovePeer(
NETADAPTER Adapter,
const NET_EUI48_ADDRESS *Address
);
Parameters
Adapter
[In] A handle to a NetAdapterCx NETADAPTER object obtained in a previous call to NetAdapterCreate.
Address
The peer address.
Return value
None
Remarks
For more information see Setting up multiple Tx queues.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |
IRQL | PASSIVE_LEVEL |