Wireless Disassociation Attacks: A Security+, PenTest+, and Network+ Exam Prep Guide
What Is a Disassociation Attack?
A disassociation attack is the close cousin of a deauthentication attack: it abuses the same weakness in 802.11 — unauthenticated, unencrypted management frames — but sends a different frame type. A forged disassociation frame tells a client it is no longer associated with the access point (AP), knocking it off the network without touching the authentication state underneath.
The two attacks get grouped together on every exam because their real-world effect is nearly identical: the client drops and must reconnect. But the distinction between association and authentication is exactly the kind of detail these exams like to test, which is why disassociation earns its own explanation rather than a footnote on the deauth article.
A Quick Refresher on 802.11 Connection States
The 802.11 standard defines a client's relationship to an AP as one of three states:
- State 1 — Unauthenticated, Unassociated — the client has no relationship with the AP yet.
- State 2 — Authenticated, Unassociated — the client completed (largely vestigial) open-system authentication but hasn't associated.
- State 3 — Authenticated, Associated — the client is fully connected and can pass data (pending the WPA2/WPA3 handshake).
A deauthentication frame forces a client back to State 1. A disassociation frame only forces it back to State 2 — the client stays "authenticated" and can re-associate immediately without repeating that open-system step. For modern WPA2/WPA3 networks, though, real security lives in the 4-way handshake tied to association, so a disassociation frame still forces that handshake to run again — which is why both attacks are equally useful for capturing it.
Disassociation vs. Deauthentication
Attack | Frame subtype | State the client reverts to | Typical use |
|---|---|---|---|
Disassociation | 0x0A | State 2 (Authenticated, Unassociated) | Quick disconnect, handshake capture, evil twin setup |
Deauthentication | 0x0C | State 1 (Unauthenticated, Unassociated) | Full disconnect, denial of service, handshake capture |
Both frame types are unprotected on legacy networks, and both are stopped by the same fix (802.11w/WPA3), which is exactly the kind of "different name, same defense" pairing that shows up in exam distractors.
How the Attack Is Carried Out
A typical disassociation attack, as exam material walks through it:
- Identify the target — use a tool like airodump-ng in monitor mode to find the BSSID, channel, and associated clients.
- Craft the disassociation frame — spoof the AP's MAC address as the source so the client accepts the frame as legitimate.
- Send the frame — tools like aireplay-ng or mdk4 send the disassociation frame to a single client or broadcast it to all associated clients.
- Observe reconnection — the client, still authenticated, immediately attempts to re-associate, regenerating the WPA2/WPA3 handshake.
- Capture or repeat — an attacker either captures that handshake for offline cracking or repeats the frame continuously to keep the client disconnected.
Why It Matters: The Business Impact
- Service disruption — repeated disassociation frames keep a client bouncing on and off the network, degrading or denying service entirely.
- Handshake capture — each forced reconnection is another opportunity to capture the 4-way handshake for offline password attacks.
- Evil twin support — disassociating a client from the real AP creates a window for a rogue AP with a stronger signal or the same SSID to be chosen instead.
- Minimal attacker footprint — like deauth, this requires no association with the target network and no valid credentials, just the ability to spoof a frame.
For a report, the finding should identify whether 802.11w was in use — its absence is the actual root cause, not "an attacker sent a frame."
Detection and Mitigation
Control | What it does |
|---|---|
802.11w (Management Frame Protection) | Cryptographically signs disassociation and deauthentication frames so forged ones are rejected |
WPA3 | Makes 802.11w mandatory and replaces PSK exchange with SAE, closing the gap these attacks rely on |
Wireless Intrusion Prevention System (WIPS) | Detects abnormal bursts of disassociation/deauthentication frames and can alert or respond |
Client and AP firmware updates | Ensures 802.11w support is actually available to enable, since older hardware may lack it |
Best-practice guidance to remember for the exam: any fix that protects against deauthentication also protects against disassociation — they share one root cause and one solution.
Security+ Exam Tips
- Disassociation attacks fall under Security+'s Threats, Vulnerabilities, and Mitigations domain, listed alongside deauthentication, evil twin, and other wireless attacks.
- Expect exam questions to test whether you know disassociation and deauthentication are different frame types with the same practical fix — 802.11w/WPA3.
- Know that both attacks exploit unprotected management frames, not a flaw in encryption itself.
- Recognize the state model (association vs. authentication) as the conceptual detail that separates the two attacks on paper, even when their real-world impact looks the same.
PenTest+ Exam Tips
Disassociation attacks map to PenTest+'s Attacks and Exploits domain, under wireless attacks, alongside deauthentication, evil twin, and rogue AP.
- Tool overlap — the same tools (aireplay-ng, mdk4) execute both disassociation and deauthentication attacks; know that one tool often covers both frame types.
- Scope and safety — as with deauth, disassociation affects the physical RF environment, so PenTest+ expects awareness of which devices and areas fall inside the authorized engagement boundary.
- Attack chaining — expect disassociation framed as a supporting step (forcing a reconnect to capture a handshake, or to push a client toward a rogue AP) rather than a standalone finding.
- Precision in reporting — PenTest+ rewards distinguishing disassociation from deauthentication by name in a deliverable, even though the remediation advice is identical.
Network+ Exam Tips
- Network+ tests disassociation as a wireless troubleshooting symptom — a client repeatedly losing and regaining its connection without any change in signal strength is a classic clue.
- Expect it grouped with deauthentication, evil twin, and rogue AP under wireless Network Security objectives, more as concepts to recognize than attacks to execute.
- Know that 802.11w and WPA3 are the standards-based answers whenever a question asks how to prevent this category of disruption.
- Don't overthink the state-machine distinction for Network+ — it's enough to know disassociation and deauthentication are both forged management frames that disconnect clients.
Key Takeaways
A disassociation attack works exactly like a deauthentication attack in practice, even though it targets a different point in the 802.11 connection state machine — association rather than authentication. Both rely on the same underlying gap: management frames that no device must verify before acting on.
For exam day, anchor on three things: the frame subtype distinction (disassociation vs. deauthentication) and which state each reverts a client to, the fact that one fix — 802.11w/WPA3 — closes both, and the three-exam pattern that keeps repeating across this whole wireless-attack family: defend it (Security+), execute and report it carefully (PenTest+), and recognize it in the field (Network+).