WifiTxQueueGetDemuxPeerAddress function (wificx.h)
The WifiTxQueueGetDemuxPeerAddress function gets the peer address that the WiFiCx framework will use for this queue.
Syntax
NET_EUI48_ADDRESS WifiTxQueueGetDemuxPeerAddress(
NETPACKETQUEUE 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | wificx.h |
IRQL | PASSIVE_LEVEL |