802.11be (Wi-Fi 7)
Wi-Fi 7: Extremely High Throughput
IEEE 802.11be, branded as Wi-Fi 7, targets Extremely High Throughput (EHT) with a maximum PHY rate exceeding 46 Gbps. While Wi-Fi 6 focused on dense deployment efficiency, Wi-Fi 7 pushes both peak throughput and latency performance. The three pillar features are 320 MHz channels (leveraging 6 GHz spectrum), 4096-QAM (squeezing 12 bits per symbol), and Multi-Link Operation (aggregating capacity across bands). These features position Wi-Fi 7 as a credible alternative to wired Ethernet for latency-sensitive applications including AR/VR, cloud gaming, and industrial automation.
Definition: 4096-QAM in 802.11be
4096-QAM in 802.11be
802.11be extends the modulation to 4096-QAM (, bits per symbol):
| MCS | Modulation | Coding rate | Bits/symbol |
|---|---|---|---|
| 12 | 4096-QAM | 3/4 | 9 |
| 13 | 4096-QAM | 5/6 | 10 |
The throughput gain over 1024-QAM (MCS 11) is:
However, the required SNR increases significantly. For a target BER of (before FEC):
This limits 4096-QAM to short-range, high-SNR scenarios (typically m from the AP with line of sight).
The practical impact of 4096-QAM is modest: it adds 20% throughput but only at very high SNR. The real throughput gains in 802.11be come from the bandwidth increase (320 MHz) and multi-link operation.
Definition: 320 MHz Channels in 802.11be
320 MHz Channels in 802.11be
802.11be supports 320 MHz channel bandwidth, double the maximum of 802.11ax. This is enabled by the 6 GHz band (5.925--7.125 GHz in the US), which provides 1200 MHz of contiguous spectrum — enough for three non-overlapping 320 MHz channels.
OFDM parameters for 320 MHz:
- FFT size: 4096
- Data subcarriers: (four 996-tone segments, minus DC and guard tones: effectively 3920 data tones)
- Total subcarriers: 4096
- Symbol duration: 12.8 s (same as 802.11ax)
- Guard interval: 0.8 / 1.6 / 3.2 s
Peak PHY rate (320 MHz, 16 SS, MCS 13, GI = 0.8 s):
Preamble puncturing allows transmission on non-contiguous portions of the 320 MHz channel, with any 20 MHz sub-channel independently puncturable.
The 6 GHz band is critical for 320 MHz operation. In the 5 GHz band, finding 320 MHz of contiguous spectrum is impractical due to DFS and incumbent radar. Regulatory availability of 6 GHz varies by country.
Definition: Multi-Link Operation (MLO)
Multi-Link Operation (MLO)
Multi-Link Operation (MLO) allows a device to establish a single logical connection that spans multiple frequency bands (e.g., 2.4 GHz + 5 GHz + 6 GHz) simultaneously:
Architecture:
- A Multi-Link Device (MLD) has multiple affiliated STAs, one per link (band).
- A single MAC address and association are maintained across links.
- Traffic can be distributed across links at the packet level.
Operating modes:
- Simultaneous Transmit and Receive (STR): All links active simultaneously. Requires sufficient antenna isolation between bands.
- Non-STR: Only one link active at a time per STA, but the AP can receive on multiple links simultaneously.
- Enhanced MLO (eMLO): Dynamic link switching based on channel conditions, traffic load, and latency requirements.
Benefits:
- Throughput aggregation: Total throughput .
- Latency reduction: A packet can be sent on whichever link is idle first, avoiding CSMA/CA contention delays on any single link.
- Reliability: If one link experiences interference, traffic shifts to other links.
MLO is perhaps the most impactful 802.11be feature for user experience. A dual-band MLO device (5 GHz + 6 GHz) can achieve ms average MAC latency by opportunistically selecting the less-congested link for each packet, compared to 5--20 ms on a single congested link.
Definition: Additional 802.11be Features
Additional 802.11be Features
Beyond the three pillar features, 802.11be introduces:
1. 16 spatial streams: Doubling from 802.11ax's 8 streams, though practical implementations will likely use 4--8 streams.
2. Multi-RU allocation: A single STA can be assigned multiple non-contiguous RUs within a single OFDM symbol, improving scheduling flexibility.
3. Enhanced OFDMA: Larger RU sizes (up to ), more flexible RU combinations, and improved trigger-based UL.
4. Restricted TWT: Strengthened TWT enforcement to guarantee low-latency service periods for time-sensitive applications.
5. Coordinated spatial reuse (C-SR): Multiple APs coordinate their transmissions (via a coordinator AP) to enable simultaneous transmissions that would otherwise be prevented by CSMA/CA. This is a step toward coordinated multi-AP operation.
Coordinated spatial reuse (C-SR) in 802.11be is a precursor to full coordinated multi-AP (C-MAP) operation planned for 802.11bn (Wi-Fi 8), which will bring cellular-style CoMP to Wi-Fi.
Wi-Fi Standards Evolution
Compare key performance metrics across Wi-Fi generations. The plot shows the evolution of peak throughput, maximum bandwidth, modulation order, and number of spatial streams from 802.11a to 802.11be. Highlight a specific standard to see its detailed parameters. Observe how each generation's peak rate gain comes from different technology drivers: MIMO (802.11n), wider bandwidth (802.11ac), OFDMA and 1024-QAM (802.11ax), 320 MHz and 4096-QAM (802.11be).
Parameters
Example: Multi-Link Operation Latency Reduction
A Wi-Fi 7 AP operates on two links: 5 GHz (80 MHz) and 6 GHz (160 MHz). Each link has independent CSMA/CA contention with average channel access delay of 2 ms on 5 GHz and 0.5 ms on 6 GHz (less congested).
(a) What is the expected latency for a single packet on the 5 GHz link alone? (b) With MLO using the faster-link-first strategy, what is the expected latency? (c) Compute the latency reduction factor.
Single-link latency
(a) 5 GHz link: average access delay = 2 ms, plus transmission time 0.1 ms. Total ms.
MLO latency
(b) With MLO, the packet is sent on whichever link becomes idle first. The access delay is where ms and ms (approximating as exponential).
ms.
Total latency ms.
Reduction factor
(c) latency reduction.
MLO achieves sub-millisecond latency even when one link is heavily congested, which is the key enabler for latency-sensitive applications like AR/VR.
Quick Check
Which 802.11be feature provides the greatest practical benefit for latency-sensitive applications like AR/VR?
4096-QAM, because it increases throughput by 20% over 1024-QAM
320 MHz channels, because wider bandwidth means shorter transmission times
Multi-Link Operation, because packets can be sent on whichever link is idle first
16 spatial streams, because more streams increase peak data rate
Multi-Link Operation (MLO) is the most impactful feature for latency because it eliminates the worst-case CSMA/CA contention delay. A packet can be sent on whichever link (band) becomes available first, reducing the tail latency from 20 ms (single congested link) to ms (multi-link). 320 MHz helps with transmission time but does not address contention latency. 4096-QAM provides only marginal throughput improvement at very high SNR.
Key Takeaway
Multi-Link Operation is the single most impactful Wi-Fi 7 feature for real-world user experience. By opportunistically sending each packet on whichever link (2.4/5/6 GHz) is idle first, MLO reduces tail latency from 20 ms to ms — a transformation that enables latency-sensitive applications (AR/VR, cloud gaming) over Wi-Fi for the first time. The throughput aggregation across links is a secondary benefit; the latency reduction is primary.
Wi-Fi Standards Evolution: PHY Rate Growth
CSMA/CA Contention and Backoff
Multi-Link Operation (MLO)
An 802.11be feature enabling a single logical connection to span multiple frequency bands (e.g., 2.4 + 5 + 6 GHz) simultaneously. Traffic is distributed across links at the packet level, providing throughput aggregation, latency reduction, and reliability improvement.
Related: Multi-Link Device (MLD)
Multi-Link Device (MLD)
A device capable of Multi-Link Operation in 802.11be, with multiple affiliated STAs (one per link/band) sharing a single MAC address and association.
Related: Multi-Link Operation (MLO)