By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
For CISSP, Security+, CEH, and Real-World Defense
Wireless security protects data transmitted over Wi-Fi, Bluetooth, and other radio-frequency (RF) networks from eavesdropping, unauthorized access, and attacks. A real-world example: In 2017, the KRACK attack exploited weaknesses in WPA2 to decrypt traffic, exposing passwords and credit card numbers. Weak wireless security can lead to data breaches, lateral movement in networks, and compliance violations (e.g., PCI DSS, HIPAA). This guide covers WPA3 (the latest Wi-Fi security standard), EAP (authentication frameworks), and rogue access points (malicious Wi-Fi hotspots).
WPA3 (Wi-Fi Protected Access 3): The latest Wi-Fi security protocol (IEEE 802.11ax), replacing WPA2. Uses SAE (Simultaneous Authentication of Equals) instead of PSK (Pre-Shared Key) to resist brute-force attacks. Supports 192-bit encryption (for enterprise) and Opportunistic Wireless Encryption (OWE) for open networks (e.g., coffee shops).
EAP (Extensible Authentication Protocol): A framework (RFC 3748) for wireless authentication, often used with 802.1X (port-based access control). Common EAP types:
EAP-SIM: Uses SIM cards for authentication (common in cellular networks).
802.1X: IEEE standard for port-based network access control (NAC). Requires supplicant (client), authenticator (AP/switch), and authentication server (RADIUS). Used in enterprise Wi-Fi (e.g., Eduroam).
Rogue Access Point (Rogue AP): An unauthorized Wi-Fi access point (AP) installed on a network, often by employees ("shadow IT") or attackers. Can bypass firewalls and enable evil twin attacks (malicious AP mimicking a legitimate one). Detected via wireless intrusion detection systems (WIDS) like Cisco Prime or Aruba AirWave.
Evil Twin Attack: A rogue AP with the same SSID (network name) and BSSID (MAC address) as a legitimate AP. Tricks users into connecting, enabling man-in-the-middle (MITM) attacks. Defended via client-side certificate validation (EAP-TLS) or Wi-Fi Protected Setup (WPS) disabling.
PMF (Protected Management Frames): IEEE 802.11w standard that encrypts management frames (e.g., deauthentication packets) to prevent deauthentication attacks (e.g., forcing clients to reconnect to an evil twin). Mandatory in WPA3.
SAE (Simultaneous Authentication of Equals): WPA3’s replacement for PSK. Uses Dragonfly Key Exchange (a zero-knowledge proof) to resist offline dictionary attacks. Even if an attacker captures the handshake, they can’t brute-force the password.
OWE (Opportunistic Wireless Encryption): WPA3 feature for open networks (e.g., airports). Encrypts traffic between client and AP without authentication, preventing passive eavesdropping. Still vulnerable to active MITM attacks.
RADIUS (Remote Authentication Dial-In User Service): Protocol (RFC 2865) for centralized authentication, authorization, and accounting (AAA). Used with 802.1X (e.g., FreeRADIUS, Microsoft NPS). Ports: UDP 1812 (authentication), 1813 (accounting).
WPS (Wi-Fi Protected Setup): A push-button or PIN-based method to simplify Wi-Fi setup. Vulnerable to brute-force attacks (e.g., Reaver tool). Disable WPS in all deployments.
Wireless Deauthentication Attack: Attackers send spoofed deauthentication frames to disconnect clients, forcing them to reconnect (and reveal the handshake for WPA2 cracking). Mitigated by PMF (802.11w).
Wi-Fi Pineapple: A tool (by Hak5) used for rogue AP attacks, MITM, and credential harvesting. Often used in penetration testing (CEH) and red teaming.
Conduct a site survey (tools: Ekahau, NetSpot) to detect rogue APs and interference.
Deploy WPA3 (or WPA2-Enterprise as Fallback)
Enable PMF (802.11w) to protect management frames.
Configure 802.1X & RADIUS
Disable weak EAP methods (e.g., EAP-MD5, LEAP).
Detect & Mitigate Rogue APs
Educate employees to report suspicious networks (e.g., "Free_WiFi" in the office).
Monitor & Maintain
Mistake: Using WPA2-PSK in an enterprise environment. Correction: WPA2-PSK is for home networks. Enterprises should use WPA3-Enterprise + 802.1X to avoid shared keys and enable per-user authentication.
Mistake: Enabling WPS for "convenience." Correction: WPS is insecure (PIN brute-forcing). Disable it in all deployments.
Mistake: Assuming open networks (e.g., guest Wi-Fi) are safe with WPA3-OWE. Correction: OWE only encrypts traffic; it doesn’t authenticate the AP. Use captive portals + HTTPS for guest networks.
Mistake: Not segmenting wireless traffic from the corporate LAN. Correction: Place APs on a DMZ or VLAN with strict firewall rules. Use NAC (Network Access Control) to enforce policies.
Mistake: Ignoring physical security of APs. Correction: Rogue APs can be plugged into Ethernet ports. Use port security (MAC filtering) and 802.1X on switches.
Understand rogue AP detection methods (WIDS, physical inspection).
Security+:
Port numbers: RADIUS (1812/1813), TACACS+ (49).
CEH:
Scenario questions: "An attacker sets up an AP with the same SSID as a coffee shop. What attack is this?"-Evil twin.
Tricky Distinctions:
D) LEAP Answer: B) EAP-TLS Explanation: EAP-TLS uses client and server certificates, providing the strongest authentication (but requires PKI).
An attacker sends deauthentication frames to force clients to reconnect to a rogue AP. Which WPA3 feature mitigates this attack?
D) WPS Answer: C) PMF (Protected Management Frames) Explanation: PMF encrypts management frames (e.g., deauthentication packets), preventing spoofing.
A retail store uses WPA2-PSK for its point-of-sale (POS) system. Which compliance requirement are they violating?
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.