// wificx.h
void WifiAdapterAddPeer(
NETADAPTER Adapter,
const NET_EUI48_ADDRESS *Address
);
View the official Windows Driver Kit DDI referenceNo description available.
Client drivers call the WifiAdapterAddPeer function to tell the WiFiCx framework that a peer has connected with the given address. WiFiCx will associate a queue to the peer address.
Adapter[_In_] A handle to a NetAdapterCx NETADAPTER object obtained in a previous call to NetAdapterCreate.
AddressThe peer address.
The maximum number of peers that the driver may add shall not exceed the range value provided when adding Tx demultiplexing info.
For more information see Setting up multiple Tx queues.