// 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.
PCAP fingerprint:
wlan.fc - Frame Control field present in every 802.11 frame. DCF/CSMA-CA visible as IFS timing gaps between frames. No HT/VHT/HE/EHT fields present - a pure 1997 frame has no MCS index, no QoS field, no HT Control.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.
PCAP fingerprint:
radiotap.datarate == 11 - 11 Mbps = 802.11b HR-DSSS. Rates 1/2/5.5/11 Mbps = legacy b rates. Any of these on a modern AP = protection overhead active. CTS-to-self frames visible when b clients are present: wlan.fc.type_subtype == 0x1c1999
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.
PCAP fingerprint:
radiotap.datarate == 54 - peak 802.11a rate. OFDM rates 6/9/12/18/24/36/48/54 Mbps in radiotap. No MCS index field (that came with 802.11n). No MIMO - single spatial stream only. Channel freq in 5 GHz range (5180–5825 MHz).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.
PCAP fingerprint:
wlan.fc.type_subtype == 0x1c - CTS-to-self = 802.11b client present, protection mode active. OFDM rates same as 802.11a. Channel freq in 2.4 GHz range. Mixed b/g environment = throughput drop visible as retries and longer IFS.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.
PCAP fingerprint:
radiotap.mcs.index - HT MCS 0-31 (802.11n introduced MCS indexing). HT Capabilities IE (id=45) in AssocReq = device is 802.11n. A-MPDU delimiter visible as burst of frames with single BlockACK response. radiotap.mcs.gi == 1 = short guard interval enabled.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.
PCAP fingerprint:
radiotap.vht.mcs.0 - VHT MCS per spatial stream (0 = stream 1). VHT Capabilities IE (id=191) + VHT Operation IE (id=192) in Beacons. MCS 0-9 per stream. Note: MCS 9 invalid at 20 MHz for 802.11ac. Channel width: 80 MHz or 160 MHz in radiotap VHT header.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.
PCAP fingerprint:
wlan_mgt.he.operation.bss_color - BSS Color (6-bit) in HE Operation IE (ext id=36). HE Capabilities IE (ext id=35) in AssocReq = Wi-Fi 6 client. wlan_mgt.he.trigger = OFDMA Trigger Frame (HE only). MCS 10/11 = 802.11ax-only rates (1024-QAM).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.
PCAP fingerprint:
wlan_mgt.eht_capabilities - EHT Caps IE (ext id=108) = Wi-Fi 7 device. wlan_mgt.ext_tag.number == 107 = Multi-Link Element present = MLO negotiated. MCS 12/13 = Wi-Fi 7 exclusive (4096-QAM). Punctured channel bitmap in EHT Operation IE = preamble puncturing active.// quick reference - wi-fi generations
| Generation | Amendment | Year | Max Rate | Bands | Width | Modulation | Key Feature |
|---|---|---|---|---|---|---|---|
| Wi-Fi 1 | 802.11b | 1999 | 11 Mbps | 2.4 GHz | 20 MHz | CCK/DSSS | Consumer breakthrough |
| Wi-Fi 2 | 802.11a | 1999 | 54 Mbps | 5 GHz | 20 MHz | OFDM | First 5 GHz / OFDM |
| Wi-Fi 3 | 802.11g | 2003 | 54 Mbps | 2.4 GHz | 20 MHz | OFDM | OFDM on 2.4 GHz |
| Wi-Fi 4 | 802.11n | 2009 | 600 Mbps | 2.4 + 5 | 40 MHz | MIMO/OFDM | MIMO + aggregation |
| Wi-Fi 5 | 802.11ac | 2013 | 6.93 Gbps | 5 GHz | 160 MHz | 256-QAM | Gigabit Wi-Fi |
| Wi-Fi 6 | 802.11ax | 2021 | 9.6 Gbps | 2.4+5+6 | 160 MHz | 1024-QAM | OFDMA + BSS Color |
| Wi-Fi 6E | 802.11ax | 2021 | 9.6 Gbps | 6 GHz | 160 MHz | 1024-QAM | 6 GHz / DFS-free |
| Wi-Fi 7 | 802.11be | 2024 | 46 Gbps | 2.4+5+6 | 320 MHz | 4096-QAM | MLO + 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.
// share this page
// also on this site
SK
— Shankar K., Wi-Fi engineer, Irving TX
Building WiFi Analyser V2 · CWNA-109 in progress · one post every two weeks
Building WiFi Analyser V2 · CWNA-109 in progress · one post every two weeks
// leave a comment