CWNA logo
Focused certification exam prep
Start practice

CWNA Domain 5: WLAN Network Security (10%) - Complete Study Guide 2026

TL;DR
  • Domain 5 carries 10% of the CWNA-109 exam - roughly 6 questions out of 60 at a 70% passing threshold.
  • Know every EAP type by name, its authentication mechanism, and whether it requires a client-side certificate.
  • WPA3 (SAE handshake, GCMP-256) is heavily tested; understand why WEP and TKIP are deprecated and what replaced them.
  • Rogue AP detection, evil twin attacks, and WIDS/WIPS operation are high-probability exam topics in this domain.

What Domain 5 Actually Covers - and Why 10% Still Matters

At first glance, 10% looks like the domain you can afford to skim. That instinct is a mistake. On a 60-question CWNA exam where you need 42 correct answers to pass (70%), every domain matters - and WLAN Network Security questions tend to be among the most precise and unforgiving on the entire test. A single misremembered EAP type or a confused understanding of which cipher suite WPA3 mandates can cost you a question you should have gotten right.

Domain 5 also overlaps meaningfully with other domains. Security architecture decisions intersect with Domain 4 (WLAN Network Architecture and Design Concepts), and the regulatory framework that drives security compliance requirements connects back to Domain 2. Understanding security in isolation is not enough - the exam tests whether you can apply it in context.

For a full picture of how Domain 5 fits within the entire exam blueprint, see the CWNA Exam Domains 2026: Complete Guide to All 6 Content Areas, which maps every domain's weight and content focus.

Domain Weight in Context: Domain 5 is the smallest domain on the CWNA-109 exam at 10%, tied only with nothing - all other domains weigh 15% or 20%. Despite its size, it covers authentication, encryption, threat identification, and security policy design. Weak preparation here means surrendering easy points to candidates who studied it properly.

Core Security Concepts You Must Own

Before you can correctly answer scenario-based security questions, you need a solid conceptual foundation in how WLAN security is structured. The CWNA exam tests candidates on the three pillars of wireless security: authentication (verifying who or what is connecting), encryption (protecting data in transit), and integrity (ensuring data hasn't been altered).

Domain 5: WLAN Network Security - Foundation Concepts

Candidates must understand security as a layered system, not a single technology. The exam tests conceptual understanding as much as memorized facts.

  • Authentication: Open, Shared Key, PSK, 802.1X/EAP
  • Encryption: WEP (deprecated), TKIP (deprecated), CCMP/AES (WPA2), GCMP (WPA3)
  • Data integrity: MIC (Message Integrity Check) in TKIP vs. CBC-MAC in CCMP
  • Security modes: Personal (PSK) vs. Enterprise (802.1X with RADIUS)
  • Management frame protection: 802.11w and its role in preventing deauthentication attacks
  • RSN (Robust Security Network) and RSNE elements in beacon frames

One concept that trips many candidates is the distinction between the authentication method and the encryption protocol. WPA2-Enterprise uses 802.1X for authentication and CCMP/AES for encryption - these are separate mechanisms that work together. The exam will present scenarios where you must identify which component is failing or which should be configured.

Authentication Frameworks: 802.1X, EAP, and RADIUS

This is the densest area in Domain 5 and likely the source of most of the exam questions it generates. The IEEE 802.1X standard defines port-based access control and is the backbone of enterprise WLAN security. Understanding its three-party architecture - supplicant (client), authenticator (AP or controller), and authentication server (RADIUS) - is mandatory.

EAP Types You Must Know by Name and Behavior

The exam does not just ask you to recognize EAP types - it asks you to differentiate them based on security characteristics, certificate requirements, and deployment scenarios. Study each of these with precision:

EAP Type Server Certificate Client Certificate Inner Authentication Notable Use Case
EAP-TLS Required Required None (mutual cert auth) Highest security; PKI-dependent
EAP-TTLS Required Optional PAP, CHAP, MS-CHAPv2 Flexible inner method support
PEAP Required Not required MS-CHAPv2 (PEAPv0), GTC (PEAPv1) Most common enterprise deployment
EAP-FAST Optional (uses PAC) Not required MS-CHAPv2, GTC Cisco environments without PKI
LEAP Not required Not required Username/password (MD5) Deprecated; vulnerable to dictionary attacks

Key Takeaway

EAP-TLS is the only EAP type that mandates a certificate on both the server and the client. If an exam question describes a deployment requiring the highest level of mutual authentication without usernames or passwords, EAP-TLS is the answer. If the scenario emphasizes ease of client deployment without a client-side certificate, PEAP or EAP-TTLS are strong candidates.

RADIUS and the Authenticator Role

Candidates must also understand RADIUS server operation, including how the AP (or wireless LAN controller) acts as a RADIUS client - not the wireless endpoint. This distinction matters on scenario questions. The wireless client is the supplicant; the AP passes EAP messages encapsulated in RADIUS to the authentication server. Know the port numbers (UDP 1812 for authentication, UDP 1813 for accounting) and the concept of RADIUS shared secrets.

Encryption Protocols: WEP, TKIP, CCMP, and GCMP

The evolution of WLAN encryption is a direct narrative of security failures and the standards responses to them. The CWNA exam tests this timeline and expects you to know why each protocol was created, what vulnerabilities it addressed, and what replaced it.

Encryption Protocol Timeline

Understanding the "why" behind each transition helps you answer scenario questions about legacy environments and migration planning.

  • WEP (Wired Equivalent Privacy): RC4 cipher, 40-bit or 104-bit keys, IV reuse vulnerability, completely broken - avoid in any scenario answer
  • TKIP (Temporal Key Integrity Protocol): RC4-based, per-packet key mixing, added MIC - deprecated in 802.11-2012; WPA1-era solution
  • CCMP (Counter Mode with CBC-MAC Protocol): AES-based, 128-bit key, mandatory for WPA2 - current enterprise standard
  • GCMP (Galois/Counter Mode Protocol): AES-based, supports 128-bit and 256-bit keys, mandatory for WPA3 - required for 802.11ax (Wi-Fi 6)

WPA3 introduces two major security improvements the exam covers directly: SAE (Simultaneous Authentication of Equals), which replaces the PSK handshake and eliminates offline dictionary attacks, and mandatory PMF (Protected Management Frames) via 802.11w. Candidates who only studied WPA2 for previous exams need to spend deliberate time on WPA3 specifics for the CWNA-109.

WLAN Threat Landscape and Attack Vectors

Domain 5 is not purely about building secure networks - it also tests your ability to recognize attacks and understand how defensive tools work. The exam presents scenarios describing network behavior and asks candidates to identify the attack type or the appropriate mitigation.

High-Priority Threats for the Exam

  • Rogue Access Points: Unauthorized APs connected to the wired network. Differ from evil twin APs, which mimic legitimate SSIDs without a wired connection. Know both types and how each is detected.
  • Evil Twin (Honeypot AP): An attacker-controlled AP broadcasting a legitimate SSID to intercept client traffic. Clients associate based on signal strength or preference, bypassing security controls.
  • Deauthentication (Deauth) Attacks: Management frame spoofing that forces clients to disconnect. 802.11w/PMF mitigates this by encrypting and authenticating management frames.
  • Man-in-the-Middle (MitM): Often facilitated by evil twin attacks. The attacker positions between the client and legitimate AP to intercept or modify traffic.
  • Dictionary and Brute-Force Attacks Against PSK: WPA2-PSK is vulnerable because the 4-way handshake can be captured and attacked offline. SAE in WPA3 eliminates this vulnerability.
  • Krack Attack: Key Reinstallation Attack targeting the WPA2 4-way handshake nonce reuse. Patched by firmware updates but appears on exams as a known WPA2 vulnerability.
WIDS vs. WIPS: A Wireless Intrusion Detection System (WIDS) identifies threats and alerts administrators. A Wireless Intrusion Prevention System (WIPS) can actively respond - including sending deauthentication frames to disconnect rogue devices. The CWNA exam expects you to know the difference and identify which is appropriate based on the scenario's requirements for passive monitoring vs. active containment.

Security Policy Design and Network Segmentation

Beyond knowing individual security mechanisms, Domain 5 tests whether candidates can make appropriate design decisions. This includes selecting the right security mode for a given environment, segmenting traffic using VLANs, and implementing guest network isolation.

Security Mode Selection by Environment

Small offices or home environments typically use WPA3-Personal (SAE) or WPA2-Personal (PSK) because deploying a RADIUS infrastructure is impractical. Enterprise environments should use WPA3-Enterprise or WPA2-Enterprise with 802.1X/EAP to provide per-user authentication and centralized access control. The exam will describe organizational contexts and expect you to match the appropriate security mode.

Guest Network Architecture

Guest networks must be isolated from corporate resources. The correct architecture involves a separate SSID mapped to a dedicated VLAN that routes directly to the internet without access to internal network segments. Captive portals can be layered on top for acceptance of terms and optional user registration. Know the difference between client isolation (preventing client-to-client communication within the same SSID) and complete network segmentation.

These architecture decisions connect directly to concepts in Domain 4: WLAN Network Architecture and Design Concepts, which covers controller-based deployments, VLAN design, and roaming architecture in greater depth.

802.11w (Protected Management Frames): PMF is optional in WPA2 and mandatory in WPA3. When enabled, it protects unicast management frames like deauthentication and disassociation from spoofing. The exam will ask which attack vector PMF mitigates (deauth attacks and evil twin facilitating deauth flooding) and what standard defines it.

How Domain 5 Questions Are Written and What Trips Candidates

The CWNA exam uses multiple-choice and multiple-answer formats across all domains. Domain 5 questions tend to be scenario-based, presenting a network environment with a security problem and asking candidates to diagnose the issue or recommend a solution. Multiple-answer questions in this domain often list four or five EAP types and ask which two are appropriate for a specific deployment constraint.

The most common traps in Domain 5 questions:

  1. Confusing EAP type with WPA version: EAP-TLS can run under WPA2-Enterprise or WPA3-Enterprise. The EAP type and the WPA generation are separate choices.
  2. Choosing TKIP for a modern deployment: TKIP is deprecated. Any scenario describing a new deployment should never include TKIP in the correct answer.
  3. Mixing up WIDS and WIPS capabilities: If a question asks which system can actively disconnect rogue APs, the answer is WIPS, not WIDS.
  4. Treating SAE as optional in WPA3-Personal: SAE is not optional in WPA3-Personal - it is the defining feature that replaces PSK.

Practicing with realistic scenario questions is the most effective preparation method for Domain 5. The Best CWNA Practice Questions 2026: What to Expect on the Exam guide covers the formats and question types you'll encounter across all domains, with specific guidance on eliminating distractors in security questions. You can also test your current knowledge directly at our CWNA practice exam platform.

If you want a broader view of what makes the overall exam challenging, How Hard Is the CWNA Exam? Complete Difficulty Guide 2026 provides domain-by-domain difficulty analysis that places Domain 5 in proper context against heavier-weighted areas like RF Technologies and WLAN Protocols.

A Two-Week Security Domain Study Plan

Week 1

Foundation and Authentication Mastery

  • Day 1-2: Study 802.1X architecture - supplicant, authenticator, RADIUS roles and message flow
  • Day 3-4: Master each EAP type using the comparison table above; create flashcards for certificate requirements
  • Day 5: Study encryption protocol history - WEP through GCMP, with focus on why each was created or deprecated
  • Day 6-7: Deep dive into WPA3 - SAE handshake mechanics, GCMP-256, mandatory PMF requirements
Week 2

Threats, Design, and Practice Application

  • Day 1-2: Study WLAN attack types - rogue APs, evil twins, deauth attacks, KRACK, dictionary attacks against PSK
  • Day 3: Study WIDS vs. WIPS capabilities, containment methods, and when each is appropriate
  • Day 4: Review security policy design - PSK vs. 802.1X selection criteria, guest network isolation, VLANs
  • Day 5-6: Complete Domain 5 practice question sets; review every incorrect answer against source material
  • Day 7: Mixed domain review session integrating Domain 5 topics with Domain 3 and Domain 4 security overlaps

Because Domain 5 is 10% of the exam, it should not dominate your overall study calendar. For a full six-domain study plan with time allocation guidance proportional to each domain's weight, the CWNA Study Guide 2026: How to Pass on Your First Attempt provides a structured roadmap that balances all content areas appropriately.

Also review the CWNA Exam Day Tips: 15 Strategies to Maximize Your Score for guidance on managing the 90-minute time limit across all 60 questions, including how to pace yourself on multi-answer security questions that require more analysis time.

Frequently Asked Questions

How many questions from Domain 5 will appear on the CWNA-109 exam?

Domain 5 is weighted at 10% of the 60-question exam, which means approximately 6 questions. The exact distribution varies per exam form, but preparing for roughly 6 security-focused questions is a reliable planning estimate. At a 70% passing threshold, none of those 6 questions are throwaway points.

Is WPA3 heavily tested on the CWNA-109 exam version?

Yes. The CWNA-109 exam released in September 2023 reflects current industry standards, and WPA3 - including SAE, GCMP, and mandatory Protected Management Frames - is an active part of the security domain. Candidates who only studied WPA2 for an older exam version should update their preparation materials before sitting for CWNA-109.

Do I need hands-on lab experience with RADIUS to pass Domain 5?

Hands-on experience helps, but the CWNA is a conceptual and knowledge-based exam rather than a configuration-focused one. You need to understand how RADIUS-based 802.1X authentication works architecturally - message flow, roles, and protocol interaction - rather than CLI configuration syntax. Lab experience accelerates conceptual understanding but is not strictly required to pass.

What is the difference between a rogue AP and an evil twin, and will the exam distinguish between them?

Yes, the exam distinguishes between these two threat types. A rogue AP is an unauthorized AP physically connected to your wired network, posing an insider threat vector. An evil twin (or honeypot AP) is an attacker-controlled AP broadcasting your SSID wirelessly to intercept clients - no wired connection required. WIPS can address both, but the detection method and risk profile differ. Know both definitions precisely.

Should I study Domain 5 before or after the higher-weighted domains?

Study the three 20%-weighted domains - WLAN Regulations and Standards, WLAN Protocols and Devices, and RF Validation and Remediation - first, as they represent the majority of exam content. Domain 5 and Domain 1 (RF Technologies, 15%) and Domain 4 (Network Architecture, 15%) should follow. Security concepts in Domain 5 will be easier to contextualize after you understand the protocol and device landscape covered in Domain 3. You can also use our practice exam tools to benchmark your Domain 5 readiness before your exam date.

Ready to Start Practicing?

Test your Domain 5 knowledge right now with CWNA-specific security questions covering EAP types, WPA3, threat identification, and WIDS/WIPS scenarios. Our practice exams mirror the format and difficulty of the real CWNA-109 - 60 questions, timed, with detailed answer explanations for every item.

Start Free Practice Test

Ready to pass your CWNA exam?

Put this into practice with free CWNA questions across every exam domain.