WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT function (wificx.h)

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

Syntax

void WIFI_ADAPTER_TX_PEER_ADDRESS_DEMUX_INIT(
  WIFI_ADAPTER_TX_DEMUX *Demux,
  UINT8                 Range
);

Parameters

Demux

[Out] A pointer to the WIFI_ADAPTER_TX_DEMUX structure.

Range

[In] The maximum number of peers.

Return value

None

Remarks

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

See also

WIFI_ADAPTER_TX_DEMUX

Setting up multiple Tx queues