Who governs Wi-Fi?
When you read a PCAP, you are reading decisions made by 11 different standards bodies. IEEE wrote the frame format. WFA defined what "certified" means. IETF owns the authentication protocol. FCC decided which channels exist. Knowing who owns what changes how you diagnose problems.
This page maps each body to the specific frames, IEs, and protocol exchanges where their rules appear. No product comparisons - just the standards landscape every 802.11 engineer should know.
The 11 Bodies
frame / auth / security / spectrum / compliance802.11-2024 Writes the MAC and PHY specification. Every 802.11 frame - its format, field offsets, IE structure, state machine - comes from this document. Wi-Fi 4 through Wi-Fi 7 are amendments that roll back into the base standard each revision cycle.
802.1X-2020 Port-based Network Access Control. Defines how EAPOL frames are carried over 802.11 - the 4-way handshake wrapper, key derivation sequence, and controlled port state machine that blocks data traffic until authentication succeeds.
WPA3 Spec v3.3 Owns the Wi-Fi brand and certification programs. WFA decides what "WPA3-certified" means in practice - which AKMs are mandatory, whether PMF is required, how transition mode works. IEEE writes the protocol; WFA writes the certification rules.
RFC 3748 / 9190 / 2865 Owns EAP (RFC 3748), EAP-TLS 1.3 (RFC 9190), RADIUS (RFC 2865), OWE (RFC 8110), DHCP (RFC 2131), and ARP (RFC 826). When enterprise Wi-Fi authenticates against RADIUS, that entire exchange is governed by IETF RFCs - not IEEE.
ss.15.407 / EN 301 893 Regulate radio emissions and unlicensed band rules. FCC ss.15.407 mandates DFS and TPC on U-NII-2 channels in the US. ETSI EN 301 893 sets EU equivalents. Their rules appear directly in 802.11 frames - CSA IE, Quiet IE, country code element.
CVE / CVSS 3.1 Maintains the CVE database and CVSS severity scores. Every known Wi-Fi attack - KRACK, Dragonblood, FragAttacks - has a CVE. When you identify an attack pattern in a PCAP, MITRE/NVD is the authoritative source for severity and proof-of-concept.
X.509 v3 (2019) Defines X.509 v3 certificate format and ASN.1/DER encoding used in EAP-TLS PKI chains. When WPA2/3-Enterprise authenticates via certificate, the certificate format itself is governed by ITU-T X.509 - not IEEE or IETF.
SP 800-153 / FIPS 197 Publishes WLAN security guidelines (SP 800-153) and cryptographic standards - FIPS 197 for AES-CCMP and FIPS 186-5 for the elliptic curves used in WPA3-SAE (Dragonfly). Every WPA2/3 deployment references NIST crypto, whether or not engineers realise it.
WRIX / OpenRoaming Runs OpenRoaming federation and WRIX interoperability for carrier Wi-Fi. When a device roams between operators or connects via Passpoint, the federation agreement is a WBA standard. IEEE 802.11k/v/r is the mechanism; WBA defines the carrier deployment rules.
TS 23.402 / TS 33.501 Governs EAP-AKA and EAP-SIM - authentication methods that use a SIM card to authenticate to Wi-Fi. On carrier networks and eduroam, you may see EAP-AKA exchanges. 3GPP also defines how 5G and Wi-Fi interwork in non-3GPP access scenarios.
PCI DSS v4.0.1 Sets wireless security requirements for cardholder data environments. PCI DSS Req 2.3 mandates strong wireless crypto. Req 4.2.1 requires WPA2-AES or WPA3 minimum. Req 11.2.x mandates quarterly rogue AP scans. Relevant whenever Wi-Fi is in scope for a PCI audit.
How they fit together
by layerWhy this matters for diagnosis: When a client fails to associate, the frame that tells you why is IEEE 802.11 (status code in the Association Response). The cipher it rejected is governed by WFA certification rules. The EAP exchange that preceded it is IETF. The certificate that expired mid-session is ITU-T X.509. Each body owns a different layer of the failure. Knowing which body owns which layer tells you which specification to open.
ISO/IEC JTC1/SC6 adopts IEEE 802.11 verbatim as ISO/IEC/IEEE 8802-11 for international recognition. They are the same document. ISO does not modify the standard - it ratifies it. Engineers universally reference "IEEE 802.11" not "ISO/IEC 8802-11". ISO 27001 (information security management) and ISO 15408 (Common Criteria) are separate ISO standards relevant to enterprise security policy - not directly to 802.11 frame-level analysis.
Related pages
How 802.11 amendments evolved from 1997 to Wi-Fi 7.
Cipher suites, AKMs, PMF - practical reference.
Interactive visualizer for the EAPOL key exchange.
802.11k/v/r - neighbor reports, BTM, FT protocol.
Overview of organizations shaping Wi-Fi standards.
Start here - 802.11 fundamentals for all levels.