// wificx.h
NET_EUI48_ADDRESS WifiTxQueueGetDemuxPeerAddress(
NETPACKETQUEUE Queue
);
View the official Windows Driver Kit DDI referenceNo description available.
The WifiTxQueueGetDemuxPeerAddress function gets the peer address that the WiFiCx framework will use for this queue.
Queue[_In_] A handle to this packet queue.
Returns the peer address.
The client driver should query the peer address from EvtPacketQueueStart.
For more information, see Setting up multiple Tx queues.