Wireless Protocols

Authentication Frame

An Authentication Frame is an IEEE 802.11 management frame exchanged between a Wi-Fi client station (STA) and an Access Point (AP) during the authentication phase of the 802.11 connection process. Authentication is the second step in the connection sequence (after discovery via Probe Request/Response or Beacon), and must complete before the station can proceed to the Association phase. In modern Wi-Fi networks using WPA2 or WPA3 security, the 802.11 authentication exchange is a formality — Open System Authentication — consisting of just two frames: an Authentication Request from the STA (sequence number 1) and an Authentication Response from the AP (sequence number 2, status code 0 = success). The actual security authentication (proving knowledge of the password or certificate) occurs after association, during the EAPOL 4-way handshake (WPA2-PSK/WPA3-SAE) or 802.1X exchange (WPA2/3-Enterprise). In WPA3-SAE mode, the authentication frames carry the SAE (Simultaneous Authentication of Equals) handshake directly, combining the 802.11 authentication step with actual security verification.
Category: Wireless Protocols

Understanding Wi-Fi Authentication Frames

When your phone connects to a Wi-Fi network, one of the very first exchanges is the Authentication Frame handshake — two management frames that establish the initial security state between your device and the access point. In modern WPA2 networks, this step is a formality. In WPA3 networks, it carries the actual cryptographic proof of identity.

Open System Authentication (WPA2)

In WPA2 networks, the 802.11 authentication exchange is purely ceremonial:

  1. STA sends Authentication Request (Algorithm: Open System, Sequence: 1).
  2. AP responds with Authentication Response (Sequence: 2, Status: Success).

No password is verified at this step. The real security happens later, during the EAPOL 4-way handshake after association. Open System Authentication exists for backward compatibility with the 802.11 state machine, which requires authentication before association.

SAE Authentication (WPA3)

WPA3-SAE replaces this empty exchange with a meaningful cryptographic protocol. The authentication frames carry the SAE Commit and Confirm messages, executing a Dragonfly key exchange that proves both sides know the password without revealing it. This combines the authentication and key establishment steps, completing security verification before association.

Key Equations

Authentication Frame:
An Authentication Frame is an IEEE 802.11 management frame exchanged between a Wi-Fi client station (STA) and an Access Point (AP) during the authentication phase...

Key specifications:
802.11 m | 802.11 a | 32.44 dB | 60 km

Throughput: R = Nlayers×B×ηSE×(1−OH)

Comparison

AspectAuthentication Frame SpecTypical RangeImpactDesign Note
Primary functionAn Authentication Frame is an IEEE 802.1...Application-dep.CriticalVerify in sim
Operating rangeAuthentication is the second step in the...Application-dep.CriticalVerify in sim
PerformanceIn WPA3-SAE mode, the authentication fra...Application-dep.CriticalVerify in sim
IntegrationIn modern WPA2 networks, this step is a...Application-dep.CriticalVerify in sim
Trade-offIn WPA3 networks, it carries the actual...Application-dep.CriticalVerify in sim
Common Questions

Frequently Asked Questions

What is the legacy Shared Key Authentication?

Shared Key Authentication was the original WEP-era authentication method where the AP sent a challenge text, the STA encrypted it with the shared WEP key and returned it, and the AP verified the encryption. This method is fundamentally insecure — an eavesdropper can capture both the plaintext challenge and the encrypted response, trivially recovering the WEP key. Shared Key Authentication is deprecated and should never be used. All modern networks use Open System Authentication followed by robust WPA2/WPA3 security.

Can authentication frames be spoofed?

Yes, and this is a known vulnerability. Management frames (including Authentication and Deauthentication frames) are not encrypted in WPA2, allowing an attacker to forge deauthentication frames that disconnect clients (deauth attack). 802.11w (Management Frame Protection, mandatory in WPA3) cryptographically protects management frames, preventing spoofing of deauthentication, disassociation, and other critical management frames.

How fast is the authentication exchange?

Open System Authentication completes in two frames — typically 1–5 milliseconds including channel access time. SAE authentication requires 4 frames (Commit and Confirm in each direction) with computationally intensive elliptic curve operations, taking 10–50 milliseconds depending on the processor speed of the STA and AP. In high-density environments with many simultaneous authentications, SAE's computational cost can become a bottleneck for the AP.

RF Engineering Resources

Explore the Full Glossary

Browse thousands of RF engineering definitions, from fundamental concepts to advanced techniques.

View RF Glossary