WifiAdapterAddPeer - NtDoc

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

void WifiAdapterAddPeer(
  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-wifiadapteraddpeer)

Description

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.

Parameters

Adapter

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

Address

The peer address.

Remarks

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.

See also

WifiAdapterRemovePeer

WifiAdapterInitAddTxDemux

Setting up multiple Tx queues