WifiTxQueueGetDemuxPeerAddress - NtDoc

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

NET_EUI48_ADDRESS WifiTxQueueGetDemuxPeerAddress(
  NETPACKETQUEUE Queue
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WifiTxQueueGetDemuxPeerAddress function gets the peer address that the WiFiCx framework will use for this queue.

Parameters

Queue

[_In_] A handle to this packet queue.

Return value

Returns the peer address.

Remarks

The client driver should query the peer address from EvtPacketQueueStart.

For more information, see Setting up multiple Tx queues.

See also

Setting up multiple Tx queues