IE Catalog - Information Elements
Information Elements (IEs) are the extensible payload of 802.11 management frames. Each IE follows a TLV (Type-Length-Value) structure: one byte Element ID, one byte Length, then the value. Beacon frames carry most IEs; Association frames carry capability-related IEs. This catalog covers the most important IEs from 802.11-1997 through 802.11be (Wi-Fi 7).
The Beacon frame is the most information-dense management frame in 802.11 - capability advertisement, security policy, channel parameters, and load status broadcast every 102.4ms. Most engineers read the SSID and move on. The RSN IE and QBSS Load field are where the diagnosis usually starts.
wlan.tag.number == 48RSN IE - cipher suites, AKM, PMF flags (bits 6-7 of Capabilities field).wlan.tag.number == 45HT Capabilities - MCS bitmap, SGI, STBC, 40 MHz support.wlan.tag.number == 127Extended Capabilities - BSS Transition (bit 19), TWT (bit 46), OMN (bit 34).wlan.tag.number == 0SSID IE - zero-length in Beacon = hidden network. Zero-length in Probe Req = wildcard scan.wlan.tag.number == 11QBSS Load - Station Count + Channel Utilisation. Key for roaming and capacity analysis.wlan.tag.number == 255Extended IEs - HE/EHT Capabilities, Multi-Link Element (MLO). Filter by wlan_mgt.ext_tag.number for specific ID.Element ID 255 = Extended Element - a second byte (Extension ID) follows the Length, then the value. Used for HE/EHT IEs to avoid exhausting the 255-value Element ID space.
Where IEs Appear - Frame Type Reference
| IE | Beacon | Probe Req | Probe Resp | Assoc Req | Assoc Resp | Auth | Reassoc Req |
|---|---|---|---|---|---|---|---|
| SSID (0) | ✓ | ✓ | ✓ | ✓ | — | — | ✓ |
| Supported Rates (1) | ✓ | ✓ | ✓ | ✓ | ✓ | — | ✓ |
| DS Param (3) | ✓ | — | ✓ | — | — | — | — |
| TIM (5) | ✓ | — | — | — | — | — | — |
| Country (7) | ✓ | — | ✓ | — | — | — | — |
| QBSS Load (11) | ✓ | — | ✓ | — | — | — | — |
| RSN (48) | ✓ | — | ✓ | ✓ | ✓ | — | ✓ |
| HT Cap (45) | ✓ | ✓ | ✓ | ✓ | ✓ | — | ✓ |
| HT Op (61) | ✓ | — | ✓ | — | — | — | — |
| VHT Cap (191) | ✓ | ✓ | ✓ | ✓ | ✓ | — | ✓ |
| HE Cap (255+35) | ✓ | ✓ | ✓ | ✓ | ✓ | — | ✓ |
| Ext Cap (127) | ✓ | ✓ | ✓ | ✓ | ✓ | — | ✓ |
| Multi-Link (255+107) | ✓ | — | ✓ | ✓ | ✓ | — | ✓ |