// reference · 802.11 amendment timeline

802.11 Amendment Timeline

Every 802.11 generation and critical amendment from 1997 to Wi-Fi 7. What changed at the protocol level — not just the marketing numbers.

— Shankar K. · Source: IEEE 802.11-2024 + field notes

1997
IEEE 802.11 Original
2 Mbps max · 2.4 GHz · FHSS / DSSS / IR
The foundation. Defined CSMA/CA, the basic MAC and PHY that every subsequent amendment builds on. 1 and 2 Mbps rates using spread spectrum. No one actually deployed this commercially — but the MAC protocol design decisions made here are still visible in every 802.11be frame today.
Wireshark: wlan.fc — all FC field concepts defined here
1999
IEEE 802.11b Wi-Fi 1
11 Mbps max · 2.4 GHz · HR-DSSS · CCK modulation
The one that made Wi-Fi a consumer product. HR-DSSS with CCK modulation brought 5.5 and 11 Mbps to 2.4 GHz. Still backward-compatible with the original standard. If you see a device running 1, 2, 5.5, or 11 Mbps in a Wireshark capture, it's 802.11b legacy rates — often seen dragging down enterprise AP performance when "b" rates aren't disabled.
Wireshark: radiotap.datarate == 11 — legacy 11b frame
1999
IEEE 802.11a Wi-Fi 2
54 Mbps max · 5 GHz · OFDM · 52 subcarriers
First use of OFDM in Wi-Fi — the modulation technique still at the core of 802.11be. Moved to 5 GHz for more spectrum and less congestion. Not backward-compatible with 802.11b (different band + modulation). The 54 Mbps wall from OFDM at 20 MHz with 64-QAM 3/4 coding became the ceiling for the next 10 years until MIMO arrived.
Wireshark: OFDM rates 6/9/12/18/24/36/48/54 Mbps visible in radiotap
2003
IEEE 802.11g Wi-Fi 3
54 Mbps max · 2.4 GHz · OFDM · backward-compatible with b
Brought OFDM's 54 Mbps to 2.4 GHz while keeping compatibility with 802.11b. The mixed-mode protection mechanism (CTS-to-self) that allowed b and g clients to coexist cut effective g throughput by up to 40%. This is why "disable 802.11b rates" became standard enterprise practice. Still the most widely deployed standard globally even in 2020s.
Wireshark: wlan.fc.type == 1 && wlan.fc.type_subtype == 0x1c — CTS-to-self protection
2009
IEEE 802.11n Wi-Fi 4
600 Mbps max · 2.4 + 5 GHz · MIMO · 40 MHz channels · A-MPDU
The MIMO revolution. Multiple antennas sending independent data streams multiplied throughput beyond what any single-channel improvement could achieve. Introduced: 40 MHz channel bonding (doubling width), A-MPDU aggregation (bundling frames), and MCS indexing (still the foundation of the MCS table today). The 4SS × 40MHz × short GI = 600 Mbps theoretical was rarely achieved in practice but established the template for every generation since.
Wireshark: radiotap.mcs.index — the HT MCS field 802.11n introduced
2013
IEEE 802.11ac Wi-Fi 5
6.93 Gbps max · 5 GHz only · 160 MHz · 256-QAM · MU-MIMO DL · 8SS
First practical gigabit Wi-Fi. Introduced 256-QAM (8 bits/symbol vs 6 in 64-QAM), 80 and 160 MHz channels, and downlink MU-MIMO. Wave 1 (2013) supported 80 MHz and 3SS. Wave 2 (2015) added 160 MHz and 4-client MU-MIMO. Critical field note: MCS 9 is not valid at 20 MHz for 802.11ac — a common mistake in qual testing. Also 5 GHz only, so 802.11n continued handling all 2.4 GHz traffic.
Wireshark: radiotap.vht.mcs.0 — VHT MCS per spatial stream
2021
IEEE 802.11ax Wi-Fi 6 / 6E
9.6 Gbps max · 2.4 + 5 + 6 GHz · OFDMA · 1024-QAM · BSS Color · TWT · 8SS
The efficiency generation. Goal was 4× the throughput-per-area of 802.11ac in dense environments, not raw speed. OFDMA divides channels into Resource Units letting one AP serve multiple clients simultaneously. BSS Color adds a 6-bit identifier to beacons enabling spatial reuse between overlapping BSSs. TWT lets IoT devices sleep predictably. 802.11ax 20 MHz has 234 data subcarriers vs 802.11ac's 52 — the same Hz but 4.5× more subcarriers due to narrower spacing. Wi-Fi 6E extends this to the clean 6 GHz band (DFS-free). I qualify these gateways daily.
Wireshark: wlan_mgt.he.operation.bss_color — the BSS Color field in HE Operation element
2024
IEEE 802.11be Wi-Fi 7
46 Gbps max (aggregate) · 2.4 + 5 + 6 GHz · 320 MHz · 4096-QAM · MLO · 8SS
Multi-Link Operation is the defining feature — a single device can simultaneously transmit on multiple bands and channels, not just roam between them. 320 MHz channels (6 GHz only) double 802.11ax's 160 MHz. 4096-QAM (MCS 12/13) adds 12 bits/symbol vs 1024-QAM's 10, a 20% rate improvement that requires near-perfect RF. Preamble puncturing lets the AP use most of a channel even when part of it is occupied by interference. The final standard was published September 2024. I am qualifying Wi-Fi 7 gateways against this spec.
Wireshark: wlan_mgt.eht_capabilities · wlan_mgt.mlo.common.link_id
// quick reference — wi-fi generations
GenerationAmendmentYearMax RateBandsWidthModulationKey Feature
Wi-Fi 1802.11b199911 Mbps2.4 GHz20 MHzCCK/DSSSConsumer breakthrough
Wi-Fi 2802.11a199954 Mbps5 GHz20 MHzOFDMFirst 5 GHz / OFDM
Wi-Fi 3802.11g200354 Mbps2.4 GHz20 MHzOFDMOFDM on 2.4 GHz
Wi-Fi 4802.11n2009600 Mbps2.4 + 540 MHzMIMO/OFDMMIMO + aggregation
Wi-Fi 5802.11ac20136.93 Gbps5 GHz160 MHz256-QAMGigabit Wi-Fi
Wi-Fi 6802.11ax20219.6 Gbps2.4+5+6160 MHz1024-QAMOFDMA + BSS Color
Wi-Fi 6E802.11ax20219.6 Gbps6 GHz160 MHz1024-QAM6 GHz / DFS-free
Wi-Fi 7802.11be202446 Gbps2.4+5+6320 MHz4096-QAMMLO + preamble punct.
See these amendments in a real PCAP
WiFi Analyser detects which amendments a device supports from its capability IEs — without you having to read them manually.
try it free ↗
// share this page
// also on this site
reference
MCS Rate Calculator
reference
Wireshark Filter Reference
reference
Status & Reason Codes
← previous
reference
Frame Control Field Decoder
next →
reference
Wi-Fi Channel Reference
SK
Shankar K., Wi-Fi engineer, Irving TX
Building WiFi Analyser V2 · CWNA-109 in progress · one post every two weeks
// leave a comment