wlanUHRMUConfig
R2026bDescription
The wlanUHRMUConfig object is a configuration object for the WLAN
ultra high-reliability multi-user (UHR MU) packet format.
Creation
Syntax
Description
creates a configuration object that initializes transmit parameters for an
IEEE®
802.11bn™ (Wi-Fi® 8) UHR MU PPDU. cfgUHRMU = wlanUHRMUConfig(allocIndex)allocIndex is the input resource
unit allocation. The PPDU type is OFDMA. For a detailed description of the UHR WLAN
format, see IEEE P802.11bn
[1].
creates a configuration object that initializes transmit parameters for an
IEEE
802.11bn UHR MU PPDU. cfgUHRMU = wlanUHRMUConfig(cbw)cbw is the input channel bandwidth.
The PPDU type is non-OFDMA.
sets properties using one or more name-value arguments. For example,
cfgUHRMU = wlanUHRMUConfig(___,PropertyName=Value)wlanUHRMUConfig("CBW320",InterferenceMitigation=true) specifies
a non-OFDMA transmission with a channel bandwidth of 320 MHz that uses interference
mitigation.
At runtime, the calling function validates object settings for properties relevant to the operation of the function.
Input Arguments
Properties
Object Functions
numPostFECPaddingBits | Required number of post-FEC padding bits |
packetFormat | WLAN packet format |
psduLength | PSDU length |
ruInfo | Resource unit allocation information |
transmitTime | Packet transmission time |
showAllocation | Resource unit allocation |
Examples
Limitations
In R2026b: The
wlanUHRMUConfigobject does not support coordinated beamforming (Co-BF) or the generation of null data packets (NDPs).
Algorithms
References
[1] IEEE P802.11bn/D1.4. “Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications. Amendment 6: Enhancements for ultra high reliability (UHR).” Draft Standard for Information Technology — Telecommunications and Information Exchange between Systems — Local and Metropolitan Area Networks — Specific Requirements
[2] IEEE Std 802.11-2024 (Revision of IEEE Std 802.11-2020). “Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications.” IEEE Standard for Information Technology — Telecommunications and Information Exchange between Systems — Local and Metropolitan Area Networks — Specific Requirements. https://ieeexplore.ieee.org/document/10979691
[3] IEEE Std 802.11be-2024 “IEEE Standard for Information Technology — Telecommunications and Information Exchange between Systems — Local and Metropolitan Area Networks — Specific Requirements — Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications. Amendment 2: Enhancements for Extremely High Throughput (EHT).” https://ieeexplore.ieee.org/document/11090080
Version History
Introduced in R2026b

