Skip to main content

WPA, WPA2 y WPA3: ¿Cuál es la diferencia y cuál debería utilizar?

This authoritative technical reference guide explores the architectural differences between WPA, WPA2, and WPA3 security protocols. It provides actionable deployment recommendations for IT managers and network architects to secure enterprise and guest WiFi environments while ensuring compliance and optimal performance.

📖 7 min de lectura📝 1,613 palabras🔧 2 ejemplos3 preguntas📚 8 términos clave

🎧 Escuchar esta guía

Ver transcripción
Welcome to the Purple WiFi Intelligence Briefing. Today we're cutting through the noise on one of the most practically important questions in enterprise networking right now: WPA, WPA2, and WPA3 — what actually separates them, and which one should your organisation be running? If you're responsible for a hotel chain, a retail estate, a stadium, a conference centre, or any public-sector venue with guest WiFi, this is directly relevant to your risk posture, your compliance obligations, and frankly, your liability. The WiFi security protocol you deploy is not a set-and-forget decision. It has real consequences for data protection under GDPR, for PCI DSS compliance if you're processing card payments anywhere near that network, and for the trust your guests and visitors place in your brand. So let's get into it. We'll cover the technical architecture of each protocol, where the real vulnerabilities lie, how to make the deployment decision, and I'll walk through a couple of real-world scenarios from hospitality and retail that illustrate exactly what's at stake. Let's start at the beginning. WPA — WiFi Protected Access — was introduced in 2003 as an emergency patch, essentially. The predecessor, WEP, had been comprehensively broken. Researchers demonstrated you could crack a WEP key in under a minute with off-the-shelf tools. The WiFi Alliance needed something fast, so WPA was designed to run on existing hardware via a firmware update. That constraint shaped everything about it. WPA uses TKIP — the Temporal Key Integrity Protocol — for encryption. TKIP was clever engineering under the circumstances: it generates a new encryption key for every packet, which addressed WEP's catastrophic key reuse problem. But TKIP is built on RC4, the same underlying cipher as WEP, and by 2009 practical attacks against TKIP were documented. If you still have WPA-only devices on your network in 2024, that is a genuine security liability. WPA2 arrived in 2004 and made a fundamental architectural shift. It replaced TKIP with AES-CCMP — the Advanced Encryption Standard in Counter Mode with CBC-MAC Protocol. AES is a block cipher, not a stream cipher, and CCMP provides both encryption and message integrity in a single operation. This is a materially stronger foundation. WPA2 became mandatory for all WiFi CERTIFIED devices from 2006, which is why it's still the dominant protocol on most enterprise networks today. WPA2 comes in two flavours, and this distinction matters enormously for venue operators. WPA2-Personal uses a Pre-Shared Key — a single password shared across all devices. Every device on that SSID uses the same key material to derive session keys. The problem is the four-way handshake: if an attacker captures that handshake — which happens passively, just by being in range when a device connects — they can run offline dictionary attacks against it. Tools like Hashcat running on consumer GPU hardware can test billions of password combinations per second. A weak passphrase on your WPA2-Personal network is not a meaningful security control. WPA2-Enterprise is a different beast entirely. It uses IEEE 802.1X authentication, which means every user or device presents individual credentials — typically via EAP, the Extensible Authentication Protocol. The network never hands out a shared secret. Authentication is brokered through a RADIUS server, which validates credentials against your directory service — Active Directory, LDAP, or a cloud identity provider. Each authenticated session gets unique key material. Compromising one device's credentials does not expose any other session. For corporate networks, WPA2-Enterprise is the baseline expectation. Now, WPA3. Ratified by the WiFi Alliance in 2018 and mandatory for Wi-Fi CERTIFIED devices from July 2020, WPA3 addresses the structural weaknesses in WPA2 that two decades of cryptographic research had exposed. The headline change in WPA3-Personal is the replacement of the four-way handshake with SAE — Simultaneous Authentication of Equals, also known as the Dragonfly handshake. SAE is a zero-knowledge proof protocol. Even if an attacker captures the authentication exchange, they cannot run offline dictionary attacks against it. Every authentication attempt requires active interaction with the access point, which makes brute-force attacks computationally impractical. This is the fix for the KRACK vulnerability class and the offline dictionary attack problem in one stroke. WPA3-Enterprise adds 192-bit security mode, using AES-GCMP-256 for encryption and HMAC-SHA-384 for message integrity. This aligns with the NSA's Commercial National Security Algorithm suite, which is relevant if you're operating in government, defence, or financial services environments where those standards are mandated. The third major WPA3 feature is forward secrecy. In WPA2, if an attacker records encrypted traffic and later obtains the network password, they can decrypt all of that historical traffic retroactively. WPA3's SAE handshake generates ephemeral session keys — each session's keys are independent. Compromising the long-term credential does not unlock past sessions. For venues handling sensitive guest data, this is a meaningful risk reduction. There's also WPA3's Enhanced Open mode — OWE, Opportunistic Wireless Encryption. This is specifically designed for open networks: the kind of guest WiFi you find in hotels, airports, and retail environments. OWE provides unauthenticated encryption — no password required, but traffic between each device and the access point is individually encrypted. It eliminates passive eavesdropping on open networks without adding any friction to the connection experience. One practical consideration: WPA3 requires WPA3-capable hardware on both the access point and the client device. Most enterprise-grade access points shipped from 2019 onwards support WPA3. Client device support is near-universal on devices running iOS 13 or later, Android 10 or later, and Windows 10 version 1903 or later. The transition mode — running WPA2 and WPA3 simultaneously on the same SSID — is the standard deployment approach during the migration period. So what does this mean in practice? Here's how I'd frame the deployment decision. For corporate or staff networks, the answer is straightforward: WPA2-Enterprise or WPA3-Enterprise, with 802.1X authentication backed by a RADIUS server and certificate-based EAP — ideally EAP-TLS. If your hardware supports WPA3-Enterprise, enable it in transition mode so WPA2 clients can still connect while you migrate. This is your risk-managed path forward. For guest networks in hospitality, retail, or events — this is where it gets interesting. The traditional approach has been WPA2-Personal with a shared passphrase, often printed on a card at reception. That's a weak control, and it creates a compliance headache under GDPR because you have no visibility into who is on the network. The better approach is a captive portal on WPA2-Personal or WPA3-Personal, combined with a platform like Purple that captures consented first-party data at the point of authentication. You get identity, consent, and analytics in one flow. And if your hardware supports OWE, deploying Enhanced Open for the guest SSID eliminates the eavesdropping risk without any password friction at all. The pitfalls to watch for: first, mixed-mode deployments where older IoT devices — think hotel room controllers, retail point-of-sale terminals, CCTV systems — only support WPA2 or even WPA. Segment those onto a dedicated VLAN with appropriate firewall rules rather than dragging your entire network down to the lowest common denominator. Second, certificate management in WPA2 and WPA3-Enterprise deployments. Certificate expiry is one of the most common causes of enterprise WiFi outages. Automate renewal, monitor expiry dates, and test your certificate revocation process before you need it. Third, don't assume WPA3 transition mode is seamless — test client compatibility in your specific environment before rolling out to production. A few questions I get asked regularly. Can I just upgrade to WPA3 by changing a setting? On modern enterprise access points, yes, you can enable WPA3 in transition mode with a configuration change. But verify your client device compatibility first, and check that your RADIUS infrastructure supports the updated EAP methods if you're on Enterprise mode. Is WPA2 still acceptable for compliance? For PCI DSS 4.0, WPA2-Enterprise with strong EAP methods remains compliant. WPA2-Personal is increasingly difficult to justify in a PCI scope. GDPR doesn't mandate a specific protocol, but it does require appropriate technical measures — and WPA2-Personal on a guest network handling personal data is a hard argument to make to a regulator post-breach. What about WPA3 and IoT devices? Most IoT devices shipped before 2020 do not support WPA3. Segment them. Do not let them constrain your security posture on the rest of the network. Does WPA3 affect throughput? Negligibly. The SAE handshake adds a small amount of computational overhead at association time, but has no impact on data throughput once connected. To wrap up: WPA is end-of-life — remove it from your environment. WPA2-Enterprise remains a solid baseline for corporate networks, with WPA3-Enterprise as the clear upgrade path. For guest networks, move away from shared passphrases: deploy a captive portal with consented data capture, and enable OWE or WPA3-Personal where your hardware supports it. The practical next step is an audit. Inventory your access points, check firmware versions and WPA3 support, segment your IoT devices, and assess your RADIUS infrastructure. If you're running Purple for guest WiFi, you already have the authentication and analytics layer — the question is whether your underlying protocol is giving it the security foundation it deserves. Thanks for listening. If you found this useful, there's a full written guide with architecture diagrams, deployment checklists, and worked examples available at purple dot ai. Until next time.

header_image.png

Resumen ejecutivo

Para los directores de TI, arquitectos de redes y CTO que operan en entornos empresariales, la elección del protocolo de seguridad WiFi es una decisión crítica en la gestión de riesgos. A medida que los recintos de Hostelería , Retail , Sanidad y Transporte amplían su cobertura inalámbrica, la dependencia de estándares de seguridad obsoletos introduce vulnerabilidades significativas. Esta guía de referencia técnica proporciona una comparación definitiva de las arquitecturas WPA, WPA2 y WPA3, detallando sus fundamentos criptográficos y sus implicaciones operativas.

Aunque WPA2 ha servido como estándar de la industria durante casi dos décadas, sus vulnerabilidades estructurales —específicamente los ataques de diccionario sin conexión contra el protocolo de enlace de cuatro vías (four-way handshake)— han hecho necesaria la transición a WPA3. WPA3 introduce la Autenticación Simultánea de Iguales (SAE) para eliminar estos riesgos, junto con Enhanced Open (OWE) para proteger las redes de invitados no autenticadas. Para los operadores empresariales, el mandato es claro: WPA debe erradicarse del entorno, WPA2-Enterprise sigue siendo una base viable para el acceso corporativo y WPA3 debe implementarse gradualmente para garantizar el cumplimiento a largo plazo de los mandatos de PCI DSS y GDPR. Esta guía describe los mecanismos técnicos detrás de estos protocolos y proporciona una estrategia de implementación independiente del proveedor para modernizar su infraestructura inalámbrica.

Análisis técnico en profundidad: Evolución arquitectónica

La evolución de WiFi Protected Access (WPA) refleja la constante carrera armamentística entre la seguridad criptográfica y la potencia computacional. Comprender la mecánica subyacente de cada protocolo es esencial para diseñar arquitecturas de red resilientes.

WPA: El parche de emergencia

Introducido en 2003, WPA se diseñó como una respuesta rápida al fallo catastrófico de Wired Equivalent Privacy (WEP). La principal innovación de WPA fue el Protocolo de Integridad de Clave Temporal (TKIP), que generaba dinámicamente una nueva clave de cifrado de 128 bits para cada paquete. Esto solucionó la vulnerabilidad de reutilización de claves estáticas de WEP. Sin embargo, debido a que WPA tenía que ejecutarse en hardware WEP heredado, TKIP se construyó sobre el mismo cifrado de flujo RC4. Para 2009, la investigación criptográfica había demostrado ataques prácticos contra TKIP, haciendo que WPA fuera fundamentalmente inseguro. En los entornos empresariales modernos, WPA representa un riesgo de seguridad crítico y debe ser desaprobado activamente.

WPA2: La base empresarial

Ratificado en 2004, WPA2 introdujo un cambio estructural al reemplazar TKIP por el Estándar de Cifrado Avanzado (AES) operando en modo contador con el Protocolo de Código de Autenticación de Mensajes de Encadenamiento de Bloques de Cifrado (CCMP). AES es un cifrado de bloques robusto y CCMP proporciona cifrado simultáneo y validación de la integridad de los datos. Esta arquitectura estableció a WPA2 como el estándar dominante para las redes empresariales.

Sin embargo, WPA2 se bifurca en dos modos operativos distintos:

WPA2-Personal (PSK): Este modo se basa en una clave precompartida (PSK). Cada dispositivo en el Identificador de Conjunto de Servicios (SSID) utiliza la misma contraseña para derivar las claves de sesión durante el protocolo de enlace de cuatro vías. La vulnerabilidad crítica aquí es que el protocolo de enlace de cuatro vías se puede capturar de forma pasiva. Los atacantes pueden someter el protocolo de enlace capturado a ataques de diccionario sin conexión utilizando clústeres de GPU de alto rendimiento. En consecuencia, WPA2-Personal proporciona una seguridad mínima contra ataques dirigidos si la contraseña carece de la entropía suficiente.

WPA2-Enterprise (802.1X): Por el contrario, WPA2-Enterprise aprovecha IEEE 802.1X para el control de acceso a la red basado en puertos. Los dispositivos no comparten una contraseña común; en su lugar, se autentican individualmente mediante el Protocolo de Autenticación Extensible (EAP). La autenticación es gestionada por un servidor RADIUS que se comunica con un servicio de directorio (por ejemplo, Active Directory o LDAP). Cada sesión autenticada recibe material de clave criptográfica único. Esta arquitectura mitiga los riesgos asociados con las contraseñas compartidas y sigue siendo el estándar base para el acceso a redes corporativas.

comparison_chart.png

WPA3: El estándar moderno

Obligatorio para los dispositivos Wi-Fi CERTIFIED desde julio de 2020, WPA3 aborda las vulnerabilidades criptográficas expuestas en WPA2 a lo largo de su vida útil.

WPA3-Personal (SAE): La característica definitoria de WPA3-Personal es la sustitución del vulnerable protocolo de enlace de cuatro vías por la Autenticación Simultánea de Iguales (SAE), también conocida como el protocolo de enlace Dragonfly. SAE es un protocolo de prueba de conocimiento cero. Requiere una interacción activa con el punto de acceso para cada intento de autenticación, lo que hace que los ataques de diccionario sin conexión sean computacionalmente inviables. Esto neutraliza eficazmente la clase de vulnerabilidad KRACK (Ataques de Reinstalación de Claves).

WPA3-Enterprise: WPA3-Enterprise mejora la seguridad corporativa al introducir una suite de seguridad opcional de 192 bits. Este modo utiliza AES-GCMP-256 para el cifrado y HMAC-SHA-384 para la integridad de los mensajes, alineándose con la suite de Algoritmos de Seguridad Nacional Comercial (CNSA) requerida para implementaciones gubernamentales y financieras de alta seguridad.

Secreto perfecto hacia adelante (Forward Secrecy): WPA3 implementa el secreto perfecto hacia adelante generando claves de sesión efímeras a través del protocolo de enlace SAE. Si un atacante registra tráfico cifrado y posteriormente compromete la credencial de la red, no podrá descifrar retroactivamente el tráfico histórico. Este es un mecanismo crucial de reducción de riesgos para los recintos que procesan datos confidenciales.

Enhanced Open (OWE): Para las redes de invitados, WPA3 introduce el Cifrado Inalámbrico Oportunista (OWE). OWE proporciona cifrado no autenticado: los dispositivos se conectan sin contraseña, pero el tráfico entre el dispositivo y el punto de acceso se cifra individualmente. Esto elimina las escuchas pasivas en redes de invitados abiertas sin introducir fricción en la conexión.

Guía de implementación: Protección del entorno empresarial

La implementación de seguridad WiFi moderna requiere un enfoque segmentado, equilibrando los estrictos requisitos del acceso corporativo con las realidades operativas de las redes de invitados y los dispositivos IoT heredados.

architecture_overview.png

Redes corporativas y de personal

Para las redes internas, el objetivo es una sólida validación de identidad y un cifrado robusto.

  1. Exigir autenticación 802.1X: Implemente WPA2-Enterprise o WPA3-Enterprise. Nunca utilice WPA2-Personal para las redes del personal.
  2. Implementar métodos EAP sólidos: Utilice EAP-TLS (Seguridad de la Capa de Transporte) siempre que sea posible, ya que requiere certificados tanto de cliente como de servidor, proporcionando el nivel más alto de garantía. Si la implementación de certificados no es práctica, se puede utilizar PEAP-MSCHAPv2, siempre que los clientes validen estrictamente el certificado del servidor RADIUS.
  3. Habilitar el modo de transición WPA3: Si sus puntos de acceso son compatibles con WPA3, habilite el modo de transición. Esto permite a los clientes compatibles con WPA3 beneficiarse de SAE y del secreto perfecto hacia adelante, al tiempo que mantiene la conectividad para los clientes WPA2 heredados. Supervise los registros de RADIUS para realizar un seguimiento de la tasa de migración de los dispositivos cliente.

WiFi de invitados y acceso público

Las redes de invitados presentan un desafío único: equilibrar la seguridad, el cumplimiento normativo y la experiencia del usuario. El enfoque tradicional de transmitir una contraseña compartida de WPA2-Personal es a la vez inseguro e incumple las normativas de privacidad de datos, ya que no proporciona visibilidad sobre la identidad del usuario.

  1. Implementar Captive Portals: Implemente un SSID abierto o un SSID WPA2/WPA3-Personal integrado con un Captive Portal. Esto garantiza que los usuarios deban autenticarse y aceptar los términos y condiciones antes de obtener acceso a la red.
  2. Aprovechar los proveedores de identidad: Utilice plataformas como Purple para gestionar la autenticación de invitados. Purple puede actuar como un proveedor de identidad gratuito para servicios como OpenRoaming bajo la licencia Connect, agilizando el acceso mientras captura datos de origen (first-party data) con consentimiento para WiFi Analytics .
  3. Habilitar OWE: Si su infraestructura lo soporta, habilite el Cifrado Inalámbrico Oportunista (OWE) en el SSID abierto de invitados. Esto cifra el tráfico de los invitados contra el rastreo pasivo sin requerir que los usuarios introduzcan una contraseña, mejorando significativamente la postura de seguridad del entorno de WiFi de invitados .

Segmentación de IoT y dispositivos heredados

Muchos dispositivos IoT —como terminales de punto de venta heredados, sistemas de gestión de edificios y cámaras IP— carecen de soporte para WPA3 o autenticación 802.1X.

  1. Aislar los dispositivos heredados: No reduzca la seguridad de sus redes principales para dar cabida a dispositivos heredados. En su lugar, cree VLAN y SSID dedicados específicamente para el hardware IoT.
  2. Implementar MPSK/PPSK: Siempre que su proveedor lo admita, utilice Claves Precompartidas Múltiples (MPSK) o Claves Precompartidas Privadas (PPSK) para las redes IoT. Esto asigna una contraseña WPA2 única a cada dispositivo IoT individual, limitando el radio de impacto si un solo dispositivo se ve comprometido.
  3. Restringir el movimiento lateral: Aplique reglas de firewall estrictas a las VLAN de IoT, permitiendo solo la comunicación saliente necesaria y bloqueando el movimiento lateral hacia las subredes corporativas.

Mejores prácticas y cumplimiento normativo

Mantener un entorno inalámbrico seguro requiere una disciplina operativa continua.

  • Gestión del ciclo de vida de los certificados: En las implementaciones de WPA2/WPA3-Enterprise, los certificados RADIUS caducados son una causa principal de interrupciones de la red. Implemente la renovación automatizada de certificados y supervise rigurosamente las fechas de caducidad.
  • Detección de AP no autorizados (Rogue AP): Utilice las capacidades del Sistema de Prevención de Intrusiones Inalámbricas (WIPS) de sus puntos de acceso para detectar y neutralizar los puntos de acceso no autorizados que transmiten sus SSID corporativos.
  • Cumplimiento de PCI DSS 4.0: Para los entornos que procesan datos de tarjetas de pago, WPA2-Personal es generalmente insuficiente. PCI DSS exige una criptografía sólida y control de acceso. Se requiere WPA2-Enterprise o WPA3-Enterprise con métodos EAP robustos para mantener el cumplimiento.
  • Auditorías periódicas: Realice auditorías trimestrales de su infraestructura inalámbrica, verificando las versiones de firmware, las configuraciones criptográficas y la segmentación de los dispositivos IoT.

Resolución de problemas y mitigación de riesgos

Al realizar la transición a WPA3 o gestionar entornos mixtos, suelen surgir modos de fallo específicos:

  • Problemas de compatibilidad del cliente: Algunos clientes heredados pueden no conectarse a un SSID que opera en modo de transición WPA3 debido a una mala implementación de los controladores. Si esto ocurre, es posible que deba mantener un SSID separado solo para WPA2 para los dispositivos heredados hasta que puedan ser retirados.
  • Errores de tiempo de espera de 802.1X: Los tiempos de espera de autenticación en WPA2/WPA3-Enterprise a menudo son causados por la latencia entre el servidor RADIUS y el servicio de directorio, o por suplicantes de cliente mal configurados que no logran validar el certificado del servidor. Asegúrese de que los servidores RADIUS estén geográficamente próximos a los puntos de acceso y de que los almacenes de confianza de los clientes estén configurados correctamente.
  • Incompatibilidad de PMF: Los Marcos de Gestión Protegidos (PMF) son obligatorios en WPA3 y muy recomendables en WPA2 para evitar ataques de desautenticación. Sin embargo, algunos clientes WPA2 más antiguos no admiten PMF y no podrán asociarse si PMF está configurado como 'Requerido'. Configure PMF como 'Opcional' durante la fase de transición.

ROI e impacto empresarial

La actualización de los protocolos de seguridad inalámbrica no es un mero ejercicio técnico; ofrece un valor empresarial tangible:

  • Mitigación de riesgos: La transición a WPA3 y WPA2-Enterprise reduce significativamente la probabilidad de una brecha inalámbrica exitosa, mitigando los daños financieros y de reputación asociados con la exfiltración de datos.
  • Garantía de cumplimiento: La alineación con los estándares criptográficos modernos garantiza el cumplimiento de PCI DSS, GDPR y las normativas específicas de la industria, evitando multas regulatorias y simplificando los procesos de auditoría.
  • Eficiencia operativa: La implementación de la gestión automatizada de certificados y la autenticación 802.1X reduce la carga operativa asociada con la gestión de contraseñas compartidas y la resolución de problemas de conectividad.
  • Mejora de la experiencia del invitado: La implementación de OWE y la autenticación fluida mediante Captive Portal a través de plataformas como Purple mejora la experiencia del invitado al proporcionar una conectividad segura y sin fricciones, impulsando mayores tasas de adopción y una captura de datos más rica para iniciativas de marketing. Consulte Los 10 mejores ejemplos de páginas de inicio WiFi (y qué las hace funcionar) para obtener información sobre cómo optimizar el flujo de autenticación.

Escuche nuestra sesión informativa completa sobre WPA, WPA2 y WPA3 para obtener más información:

Términos clave y definiciones

802.1X

An IEEE standard for port-based network access control that provides an authentication mechanism to devices wishing to attach to a LAN or WLAN.

The foundation of WPA2/WPA3-Enterprise, requiring a RADIUS server to validate individual user or device credentials before granting network access.

AES-CCMP

Advanced Encryption Standard with Counter Mode CBC-MAC Protocol. A robust encryption protocol introduced in WPA2.

The standard encryption mechanism that replaced the vulnerable TKIP, providing both data confidentiality and integrity.

EAP-TLS

Extensible Authentication Protocol - Transport Layer Security. An authentication method that requires both client and server certificates.

Considered the gold standard for enterprise WiFi authentication, as it eliminates reliance on passwords and prevents credential theft.

Four-Way Handshake

The process used in WPA2-Personal to derive encryption keys from the Pre-Shared Key (PSK) and establish a secure session.

The primary vulnerability point in WPA2-Personal, as it can be captured and subjected to offline dictionary attacks.

Opportunistic Wireless Encryption (OWE)

A WPA3 feature that provides unauthenticated encryption for open WiFi networks.

Crucial for securing guest WiFi environments, preventing passive eavesdropping without requiring users to enter a password.

RADIUS

Remote Authentication Dial-In User Service. A networking protocol that provides centralised Authentication, Authorization, and Accounting (AAA) management.

The core infrastructure component required to deploy WPA2-Enterprise or WPA3-Enterprise, brokering authentication between the access point and the directory service.

Simultaneous Authentication of Equals (SAE)

A secure key establishment protocol used in WPA3-Personal, replacing the four-way handshake.

Prevents offline dictionary attacks by requiring active interaction for every authentication attempt, securing networks even with weak passwords.

TKIP

Temporal Key Integrity Protocol. An older encryption protocol introduced with WPA to replace WEP.

Now considered highly vulnerable and deprecated. Its presence on a network indicates a severe security risk.

Casos de éxito

A 200-room hotel needs to upgrade its wireless infrastructure. The current setup uses a single WPA2-Personal SSID for both guests and hotel staff (housekeeping tablets, maintenance devices). Guests are given a password printed on their keycard sleeve. How should the IT manager redesign this architecture for security and compliance?

The IT manager must segment the network into distinct SSIDs mapped to separate VLANs.

  1. Staff Network: Create a hidden SSID for staff devices using WPA2-Enterprise or WPA3-Enterprise (802.1X). Housekeeping tablets and maintenance devices should authenticate using client certificates (EAP-TLS) managed via a Mobile Device Management (MDM) solution. This eliminates shared passwords and allows individual device revocation.
  2. Guest Network: Create an open SSID utilising WPA3 Enhanced Open (OWE) if hardware permits, ensuring encrypted transit without a password. Integrate this with a captive portal via a platform like Purple to handle terms of service acceptance and capture consented identity data for marketing analytics.
  3. IoT Network: Create a dedicated SSID for legacy hotel systems (e.g., smart thermostats) using WPA2-Personal with Multi Pre-Shared Key (MPSK), assigning a unique password to each device type, and restricting this VLAN from accessing the internet or corporate subnets.
Notas de implementación: This approach effectively mitigates the risks of the original flat network. By implementing 802.1X for staff, the hotel achieves strong access control. Moving guests to a captive portal with OWE improves the user experience while ensuring compliance with data protection regulations by establishing user identity. The use of MPSK for IoT isolates vulnerable devices without requiring hardware upgrades.

A large retail chain is deploying new point-of-sale (POS) terminals across 50 locations. The network architect must ensure the wireless deployment complies with PCI DSS 4.0 requirements. The existing network uses WPA2-Personal with a complex, frequently rotated passphrase. Is this sufficient?

No, relying on WPA2-Personal is insufficient for PCI DSS compliance in a modern retail environment, regardless of password complexity or rotation frequency. The network architect must deploy WPA2-Enterprise or WPA3-Enterprise for the POS network.

  1. Authentication: Implement 802.1X authentication using a RADIUS server. Each POS terminal must be provisioned with a unique client certificate (EAP-TLS) to authenticate to the network.
  2. Encryption: Ensure the network is configured to use AES-CCMP (WPA2) or AES-GCMP (WPA3). TKIP must be explicitly disabled on the wireless controller.
  3. Segmentation: The POS SSID must be mapped to a highly restricted VLAN that only permits traffic to the payment processing gateways. It must be completely isolated from the store's corporate and guest networks.
Notas de implementación: PCI DSS requires strong cryptography and individual accountability. WPA2-Personal fails the accountability requirement because all devices share the same credential. EAP-TLS provides the strongest form of mutual authentication, ensuring that only authorised corporate devices can connect to the payment network, and preventing rogue access points from intercepting payment traffic.

Análisis de escenarios

Q1. Your organisation is migrating from WPA2-Personal to WPA3-Enterprise for the corporate network. During the rollout, several older laptops running outdated wireless drivers are unable to connect to the new SSID, even when configured with the correct certificates. What is the most secure interim solution?

💡 Sugerencia:Consider the impact of downgrading the primary corporate network versus isolating the problem devices.

Mostrar enfoque recomendado

Create a temporary, hidden WPA2-Enterprise SSID specifically for the legacy laptops, mapped to the same corporate VLAN. Do not downgrade the primary SSID to WPA2-Personal or disable WPA3. Prioritise updating the wireless drivers or replacing the network cards on the legacy laptops to fully decommission the temporary WPA2-Enterprise SSID as quickly as possible.

Q2. A hospital IT director wants to secure the public guest WiFi network. They propose implementing WPA2-Personal with a password displayed on digital signage in the waiting areas to prevent drive-by eavesdropping. Why is this approach flawed, and what is the recommended alternative?

💡 Sugerencia:Evaluate the security value of a publicly broadcast password and the compliance requirements for guest identity.

Mostrar enfoque recomendado

Broadcasting a WPA2-Personal password provides negligible security, as anyone in range can capture the four-way handshake and decrypt traffic if they know the password (which is publicly displayed). Furthermore, it provides no visibility into user identity, complicating incident response and compliance. The recommended alternative is to deploy an open SSID with WPA3 Enhanced Open (OWE) to encrypt transit traffic without a password, integrated with a captive portal to authenticate users, accept terms of service, and capture identity data.

Q3. You are auditing a retail environment and discover that the wireless barcode scanners in the warehouse are connecting via WPA (TKIP) because their firmware cannot be updated to support WPA2. The warehouse manager refuses to replace the scanners due to budget constraints. How do you mitigate this risk?

💡 Sugerencia:Focus on network segmentation and access control when dealing with insecure legacy hardware.

Mostrar enfoque recomendado

The risk must be contained through strict network segmentation. Move the barcode scanners to a dedicated, isolated VLAN with its own hidden SSID. Implement stringent firewall rules on the router/firewall that only permit the scanners to communicate with the specific inventory management server on the required ports. Block all internet access and all lateral movement to other corporate subnets from the scanner VLAN.

WPA, WPA2 y WPA3: ¿Cuál es la diferencia y cuál debería utilizar? | Technical Guides | Purple