WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT - NtDoc

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

void WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT(
  WIFI_ADAPTER_TX_DEMUX *Demux,
  UINT8                 Range
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT function initializes a WIFI_ADAPTER_TX_DEMUX structure when the Tx DEMUX type is PEER_ADDRESS.

Parameters

Demux

[_Out_] A pointer to the WIFI_ADAPTER_TX_DEMUX structure.

Range

[_In_] The maximum number of peers.

Remarks

For more information, see Setting up multiple Tx queues.

See also

WIFI_ADAPTER_TX_DEMUX

Setting up multiple Tx queues