home / governing bodies
Standards Landscape

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.

11
Standards bodies
4
Protocol layers
3
Regulatory regions
1
Protocol stack
CWNA-109
Chapter 1 of the CWNA-109 curriculum is titled "WLAN and Networking Industry Organizations" - IEEE, WFA, IETF, and regulatory bodies are the first thing the certification covers. This page is a practitioner-level expansion of that foundation.

The 11 Bodies

frame / auth / security / spectrum / compliance
IEEE 802.11
Frame Layer
IEEE Standards Association
802.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.

You encounter this when
parsing IEsRSN elementMLO setupOFDMA triggerBSS ColorTWT negotiation4-way handshake
IEEE 802.1X
Auth Layer
IEEE Standards Association
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.

You encounter this when
EAPOL-KeyPTK derivationGTK installreplay counterenterprise authMIC validation
Wi-Fi Alliance
Certification
Wi-Fi Alliance (WFA)
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.

You encounter this when
WPA3-SAEPMF enforcementEnhanced OpenPasspointWi-Fi 7 certAKM selection
IETF
Upper Layer
Internet Engineering Task Force
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.

You encounter this when
EAP identityPEAP exchangeEAP-TLS chainRADIUS authDHCP stormARP anomaly
FCC / ETSI
Spectrum
FCC (US) / ETSI (EU)
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.

You encounter this when
DFS radarchannel switchCSA / ECSA IEQuiet IE6 GHz AFCcountry code IE
MITRE / NVD
Vulnerabilities
MITRE Corporation / NIST NVD
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.

Key Wi-Fi CVEs
CVE-2017-13077 KRACKCVE-2019-9494 DragonbloodCVE-2020-26140 FragAttacksCVE-2022-47522 Deauth
ITU-T
PKI / Certs
ITU Telecommunication Standardization
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.

You encounter this when
EAP-TLSWPA3-Enterprise 192-bitcert expiryRADIUS PKI chainX.509 DER
NIST
Security Guidelines
National Institute of Standards and Technology
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.

You encounter this when
AES-CCMP cipherGCMP-256SAE ECC groupcipher downgradesecurity posture
WBA
Carrier Wi-Fi
Wireless Broadband Alliance
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.

You encounter this when
802.11k NRBTM steeringPasspoint HS2.0OpenRoamingcarrier offload
3GPP
Cellular + Wi-Fi
3rd Generation Partnership Project
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.

You encounter this when
EAP-AKAEAP-SIMcarrier Wi-Fi5G/Wi-Fi convergenceeduroam
PCI SSC
Compliance
PCI Security Standards Council
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.

You encounter this when
retail Wi-FiTKIP detectionrogue AP scanWPA2 minimumcompliance audit

How they fit together

by layer
Spectrum / Regulatory
FCC / ETSI / ITU-R

Decide which frequencies you can use and under what power limits. Their rules appear in DFS events, CSA IEs, and country code elements.

Frame Format
IEEE 802.11

Every bit in every 802.11 frame. IE format, state machines, MAC rules, PHY modulation. The root document for all Wi-Fi protocol analysis.

Authentication
IEEE 802.1X / IETF / ITU-T

How the device proves identity. 802.1X carries EAP (IETF) inside EAPOL frames. Certificates use X.509 (ITU-T). RADIUS is RFC 2865.

Certification / Compliance
WFA / NIST / WBA / 3GPP / PCI SSC

What "good enough" means in practice. WFA for interop, NIST for crypto, WBA for carrier roaming, 3GPP for SIM auth, PCI for payments.

Why 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.

Note on ISO

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

hist Amendment Timeline

How 802.11 amendments evolved from 1997 to Wi-Fi 7.

ref Security - WPA2/WPA3

Cipher suites, AKMs, PMF - practical reference.

viz 4-Way Handshake

Interactive visualizer for the EAPOL key exchange.

ref Roaming (k/v/r)

802.11k/v/r - neighbor reports, BTM, FT protocol.

ref Industry Organizations

Overview of organizations shaping Wi-Fi standards.

learn 802.11 Crash Course

Start here - 802.11 fundamentals for all levels.