Association Response
Understanding the Wi-Fi Association Response
After your phone sends an Association Request to the router, the router evaluates your device's capabilities, checks its policies, and sends back an Association Response. This frame is the router's formal answer: "Welcome, you're in" or "Sorry, access denied."
Successful Association
When the AP accepts the association, the response contains:
- Status Code 0: Successful.
- AID (Association ID): A unique number assigned to this client, used for subsequent scheduling and power-save operations.
- Negotiated capabilities: The features both AP and client support and will use — channel width, number of spatial streams, OFDMA support.
- EDCA parameters: The QoS access category timing parameters the client must use for channel contention.
What Happens Next
Association alone does not grant network access. After successful association, the client and AP execute the EAPOL 4-way handshake to establish encryption keys (PTK/GTK). Only after this key exchange completes can the client send and receive actual data frames. The entire process — from Probe Request to data flow — typically completes in under 200 milliseconds on modern Wi-Fi 6 networks.
Key Equations
An Association Response is a management frame transmitted by a Wi-Fi Access Point (AP) in reply to a station's Association Request. It is the final...
Key specifications:
802.11 a | 200 m | 32.44 dB | 60 km | 99.999 % | 45 dB
Throughput: R = Nlayers×B×ηSE×(1−OH)
Comparison
| Aspect | Association Response Spec | Typical Range | Impact | Design Note |
|---|---|---|---|---|
| Primary function | An Association Response is a management... | Application-dep. | Critical | Verify in sim |
| Operating range | It is the final step in the 802.11 assoc... | Application-dep. | Critical | Verify in sim |
| Performance | This frame is the router's formal answer... | Application-dep. | Critical | Verify in sim |
| Integration | AID (Association ID): A unique number as... | Application-dep. | Critical | Verify in sim |
| Trade-off | Negotiated capabilities: The features bo... | Application-dep. | Critical | Verify in sim |
Frequently Asked Questions
What is AID and why does it matter?
The Association ID (AID) is a 1-to-2007 integer uniquely identifying each associated client in the BSS. The AP uses the AID in several critical operations: the TIM (Traffic Indication Map) in Beacon frames uses the AID to tell sleeping clients whether buffered data awaits them; MU-MIMO group management uses AIDs to define spatial multiplexing groups; and OFDMA trigger frames address specific clients by AID for uplink scheduling.
What is the difference between Open System and Shared Key authentication before association?
Open System Authentication is a null authentication — the AP accepts all authentication requests, and real security is handled post-association via WPA2/WPA3 key exchange. Shared Key Authentication (WEP-era) required the client to prove knowledge of a shared secret before association, but this method is deprecated and insecure. All modern Wi-Fi networks use Open System Authentication followed by robust post-association security (WPA2-Personal, WPA3-SAE, or 802.1X Enterprise).
How fast is the association process?
On modern Wi-Fi 6/6E networks with no congestion, the complete association sequence (Probe → Authentication → Association → EAPOL 4-way handshake) typically completes in 50–200 milliseconds. Fast BSS Transition (802.11r) reduces roaming reassociation to under 50 milliseconds by pre-negotiating security keys before the client roams. In congested environments with many competing stations, association may take longer due to channel contention delays.