// wificx.h
void WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT(
WIFI_ADAPTER_TX_DEMUX *Demux,
UINT8 Range
);
View the official Windows Driver Kit DDI referenceNo description available.
The WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT function initializes a WIFI_ADAPTER_TX_DEMUX structure when the Tx DEMUX type is PEER_ADDRESS.
Demux[_Out_] A pointer to the WIFI_ADAPTER_TX_DEMUX structure.
Range[_In_] The maximum number of peers.
For more information, see Setting up multiple Tx queues.