Skip to main content

WPA2 Enterprise: La Guía Completa

Esta guía proporciona una referencia técnica completa para WPA2-Enterprise, cubriendo la arquitectura 802.1X, la selección de métodos EAP y las estrategias de implementación por fases para entornos empresariales. Está diseñada para gerentes de TI, arquitectos de redes y directores de operaciones de recintos que necesitan ir más allá del WiFi de clave compartida hacia un modelo de autenticación escalable, auditable y listo para el cumplimiento. La plataforma de Purple se posiciona como una capa práctica de gestión de identidad para recintos que implementan WiFi seguro para invitados y personal a escala.

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

🎧 Escucha esta guía

Ver transcripción
Welcome to the Purple Technical Briefing. I'm your host, and today we're tackling a critical infrastructure transition that almost every growing enterprise faces: moving from WPA2-Personal to WPA2-Enterprise. If you're an IT director, a network architect, or managing operations for a large venue — whether that's a retail chain, a hotel, or a stadium — you know the pain of the shared WiFi password. It's written on whiteboards. It's shared with contractors. And when an employee leaves, changing it across hundreds of devices is an operational nightmare. More importantly, from a compliance standpoint, a shared key means zero accountability. You cannot pass a strict PCI DSS or ISO 27001 audit if you cannot prove exactly who was on the network at any given time. That's where WPA2-Enterprise comes in. It fundamentally shifts the paradigm. Instead of authenticating the location with a shared key, you authenticate the individual identity. Every user, every device, gets its own credential. And when someone leaves, you disable their account — and they're off the network instantly. No password rotation. No helpdesk tickets. No risk. Let's start with some context. WPA2 — Wi-Fi Protected Access 2 — has been the dominant wireless security standard since 2004. It comes in two flavours. WPA2-Personal, also called PSK or Pre-Shared Key, is what most homes and small offices use. One password, shared by everyone. WPA2-Enterprise is the version designed for organisations. It uses the IEEE 802.1X standard to authenticate each user or device individually through a central authentication server. Now, let's dive into the technical architecture, because understanding this is critical to deploying it correctly. WPA2-Enterprise relies on three components working in concert. First, the Supplicant — that's the client device. The laptop, the smartphone, the IoT sensor. It's the entity requesting access to the network. Second, the Authenticator — that's your wireless access point, or in a wired context, a managed switch. It sits at the edge of the network and enforces the policy. It blocks all traffic except authentication requests until the central server gives the green light. Third, the Authentication Server — typically a RADIUS server. RADIUS stands for Remote Authentication Dial-In User Service. It's the brain of the operation. It receives the authentication request from the Access Point, validates the credentials against an identity store like Active Directory or an LDAP directory, and returns an Access-Accept or Access-Reject response. Here's the key insight: the Access Point never sees your password. It simply relays the encrypted authentication exchange between the client and the RADIUS server. This separation of concerns is what makes the architecture both scalable and auditable. Now, within this framework, the actual credential exchange is handled by EAP — the Extensible Authentication Protocol. And the EAP method you choose defines both your security posture and your deployment complexity. There are two methods you'll encounter most frequently in enterprise deployments. The first is PEAP, or Protected EAP. This is the most widely deployed method. Here's how it works: the RADIUS server presents a digital certificate to the client device. The client validates that certificate — essentially confirming it's talking to the real network and not an impersonator. Once that trust is established, a secure TLS tunnel is created. Inside that tunnel, the user authenticates with their standard username and password — typically their Active Directory credentials. PEAP is popular because it's relatively straightforward to deploy. Users already know their passwords. There's no need to distribute certificates to client devices. However, it does have a weakness: if a user is careless and accepts a fraudulent server certificate, they could be connecting to a rogue access point — what we call an Evil Twin attack — and their credentials could be harvested. The second method is EAP-TLS, and this is the gold standard for high-security environments. EAP-TLS requires mutual certificate authentication. Both the server and the client device must present valid certificates. There are no passwords in transit at all. Because there's no password to steal, phishing attacks are completely neutralised. The trade-off is deployment complexity. You need a Public Key Infrastructure — a PKI — to issue and manage client certificates. And you need a Mobile Device Management platform to push those certificates silently to devices. If you rely on users to install certificates manually, your helpdesk will be overwhelmed. But for environments where security is paramount — financial services, government, healthcare — EAP-TLS is the only defensible choice. So, how do you actually implement this? Let me walk you through the key phases. Phase one is infrastructure readiness. Your RADIUS server is now a critical path dependency. If it goes down, nobody gets on the WiFi. This is not optional redundancy — it's essential. For distributed environments like retail chains or hotel groups, consider cloud-hosted RADIUS services. They offer built-in redundancy and eliminate the need to manage on-premise servers at each site. Ensure your RADIUS server is integrated with your central identity provider. For most organisations, that's Azure Active Directory or on-premise Active Directory via LDAP. Phase two is certificate management, if you're going with EAP-TLS. Automate everything. Use your MDM platform — Intune, Jamf, whatever you have — to push certificates silently to corporate-owned devices. For BYOD scenarios, consider an onboarding portal. Products like SecureW2 or Foxpass can automate the configuration profile installation for personal devices, dramatically reducing helpdesk volume. Phase three is the rollout itself. Do not do a flash cutover. I cannot stress this enough. Do not turn off the PSK network on a Monday morning and expect everything to work. Start with a pilot group — the IT team is the obvious choice. Then expand to a single floor, a single department, a single site. Monitor your RADIUS logs obsessively during this phase. Authentication timeouts usually indicate a network routing problem between your Access Points and the RADIUS server. Certificate trust errors mean your CA root certificate hasn't been deployed to the endpoints correctly. Now let me talk about one of the most powerful — and underutilised — features of WPA2-Enterprise: Dynamic VLAN Assignment. In a PSK environment, you typically broadcast multiple SSIDs to separate different user groups. Staff on one SSID, point-of-sale terminals on another, IoT devices on a third. Each additional SSID adds overhead to your radio frequency environment. In a busy retail store or a stadium, this RF pollution can genuinely degrade performance. With WPA2-Enterprise and Dynamic VLAN Assignment, you can broadcast a single SSID and let the RADIUS server decide which network segment each device lands on. When a cashier authenticates, the RADIUS server returns attributes telling the Access Point to place that session on VLAN 10 — the PCI-compliant segment. When a store manager authenticates, they land on VLAN 20 — the corporate segment. Same SSID, different network, all controlled by identity. It's elegant, it's scalable, and it's a significant operational simplification. For venue operators specifically — hotels, conference centres, stadiums — there's an additional consideration: the guest network. WPA2-Enterprise is increasingly relevant for managed guest access, not just staff networks. Platforms like Purple provide identity management for secure WiFi access. Under the Connect licence, Purple acts as a free identity provider and supports OpenRoaming — a standard that allows users to seamlessly and securely roam between participating networks without re-authenticating. This is particularly powerful for frequent visitors like conference delegates or loyalty programme members. Let me now cover the most common failure modes, because knowing what goes wrong is half the battle. The first is the untrusted server certificate warning. If clients see a prompt saying the server certificate cannot be verified, it means your RADIUS server's certificate is either expired, self-signed without the root CA being deployed to clients, or issued by a CA that the device doesn't trust. The fix: use a certificate from a public CA that's already in the device's trusted root store, or ensure your internal CA root is deployed via Group Policy or MDM. The second is RADIUS timeouts. This manifests as clients hanging at the authentication screen before eventually failing. The cause is almost always a network path issue — the Access Point cannot reach the RADIUS server, or the response is being dropped by a firewall. Check your firewall rules for UDP port 1812 and 1813, which are the standard RADIUS authentication and accounting ports. The third is the IoT problem. Many legacy devices — printers, HVAC controllers, access control readers — simply do not support 802.1X. You will need to maintain a separate strategy for these. Options include MAC Authentication Bypass, where the device authenticates using its MAC address rather than credentials, or Multi-PSK, where each device gets a unique pre-shared key. Neither is as secure as 802.1X, but they're pragmatic solutions for legacy hardware. Now, let's talk about business impact and ROI, because this isn't just a security project — it's an operational efficiency project. The most immediate ROI comes from eliminating password rotation. Every time a shared WiFi password is changed, IT must update every device on the network. In a 50-location retail chain, that's potentially thousands of device updates. With WPA2-Enterprise, deprovisioning an employee is a single action in Active Directory. The second ROI driver is compliance. For any organisation subject to PCI DSS — which means anyone processing card payments — the ability to demonstrate per-user network access logs is a significant audit advantage. The same applies to GDPR, where demonstrating controlled access to systems processing personal data is increasingly scrutinised. The third is network intelligence. Per-user authentication feeds rich data into your network management platform. You can see exactly which devices are on the network, when they connected, how much bandwidth they consumed, and from which location. This data is invaluable for capacity planning and for detecting anomalous behaviour. Let me close with a rapid-fire Q&A on the questions I hear most often. Can we run WPA2-Enterprise alongside our existing PSK network? Absolutely, and you should during the transition. Run them in parallel, migrate users in batches, and decommission the PSK network once the migration is complete. Do we need to replace our Access Points? Not necessarily. Most enterprise-grade Access Points from vendors like Cisco, Aruba, Ruckus, and Ubiquiti support 802.1X. Check your firmware version and ensure it's current. What about WPA3-Enterprise? Should we wait? WPA3-Enterprise adds stronger cryptographic requirements, including 192-bit security mode for high-assurance environments. If you're deploying new infrastructure today, choose hardware that supports WPA3. But don't let the perfect be the enemy of the good — WPA2-Enterprise is a massive security improvement over PSK and is the right move now. How long does a typical deployment take? For a single-site organisation with existing Active Directory, a basic PEAP deployment can be completed in a few days. A multi-site EAP-TLS deployment with MDM integration typically takes four to eight weeks, including the pilot phase. To summarise the key takeaways from today's briefing. One: WPA2-Enterprise authenticates individual identities, not shared locations. This is the foundational shift. Two: Choose PEAP for BYOD and credential-based environments; choose EAP-TLS for high-security, managed-device environments. Three: Your RADIUS server is critical infrastructure — build in redundancy from day one. Four: Use Dynamic VLAN Assignment to simplify your RF environment while maintaining strict network segmentation. Five: Plan for IoT devices separately — they will not support 802.1X. Six: Never do a flash cutover. Phase your rollout and monitor RADIUS logs closely. For the full implementation guide, architecture diagrams, and worked examples, refer to the complete written guide on Purple's website. Thanks for listening, and good luck with your deployment.

header_image.png

Resumen Ejecutivo

Para entornos empresariales, la dependencia de WPA2-Personal (clave precompartida) presenta un riesgo de seguridad y operativo inaceptable. A medida que las redes escalan a través de múltiples sitios, la gestión de contraseñas compartidas se convierte en una carga administrativa, mientras que la falta de responsabilidad individual viola directamente los marcos de cumplimiento como PCI DSS e ISO 27001.

WPA2-Enterprise, construido sobre el estándar IEEE 802.1X, cambia fundamentalmente el paradigma de seguridad al autenticar usuarios o dispositivos individualmente a través de un servidor RADIUS. Esta guía proporciona a los gerentes de TI, arquitectos de redes y directores de operaciones de recintos un plan práctico para comprender, implementar y gestionar WPA2-Enterprise. Exploramos la arquitectura técnica, comparamos protocolos de autenticación como PEAP y EAP-TLS, y detallamos cómo las plataformas modernas como Purple proporcionan una gestión de identidad fluida para implementaciones de Guest WiFi seguras y conformes en entornos de Retail , Hospitality y del sector público.



Análisis Técnico Detallado: Comprendiendo la Arquitectura 802.1X

El diferenciador principal de WPA2-Enterprise es el desacoplamiento de la encriptación de la autenticación. En un entorno PSK, la contraseña sirve tanto como credencial de autenticación como semilla de encriptación. En un entorno Enterprise, la red se basa en el marco 802.1X, que introduce una capa de autenticación dedicada que consta de tres componentes principales.

El Solicitante es el dispositivo cliente —una laptop, smartphone o sensor IoT— que solicita acceso a la red. El Autenticador es el dispositivo de acceso a la red, típicamente un punto de acceso inalámbrico o un switch gestionado, que bloquea todo el tráfico hasta que la autenticación se completa con éxito. El Servidor de Autenticación es el servidor RADIUS (Remote Authentication Dial-In User Service), que valida las credenciales contra un almacén de identidades como Active Directory, LDAP o un servicio de directorio en la nube.

architecture_overview.png

La visión arquitectónica crítica es que el Punto de Acceso nunca valida directamente las credenciales. Actúa como un relé, reenviando el intercambio de autenticación cifrado entre el Solicitante y el servidor RADIUS. Esta separación de preocupaciones es lo que hace que la arquitectura sea escalable y auditable.

Métodos EAP: Seleccionando el Protocolo Correcto

El Protocolo de Autenticación Extensible (EAP) transporta los datos de autenticación dentro del marco 802.1X. La elección del método EAP define tanto la postura de seguridad como la complejidad de implementación de todo el sistema.

PEAP-MSCHAPv2 (EAP Protegido) es el método más ampliamente implementado en entornos empresariales. El servidor RADIUS presenta un certificado digital para establecer un túnel TLS seguro. Dentro de ese túnel, el usuario se autentica con un nombre de usuario y contraseña estándar —típicamente sus credenciales de Active Directory. PEAP es popular porque no requiere infraestructura de certificados del lado del cliente y se integra directamente con los proveedores de identidad existentes. Sin embargo, sigue siendo vulnerable al robo de credenciales si los usuarios aceptan certificados de servidor fraudulentos durante un ataque Evil Twin.

EAP-TLS (Seguridad de la Capa de Transporte) es el estándar de oro para implementaciones de alta seguridad. Requiere autenticación mutua de certificados: tanto el servidor como el dispositivo cliente deben presentar certificados válidos. Debido a que no se transmiten contraseñas, los ataques de phishing se neutralizan por completo. La desventaja es la complejidad de la implementación —se requiere una Infraestructura de Clave Pública (PKI) robusta y una plataforma de Gestión de Dispositivos Móviles (MDM) para distribuir certificados de cliente a escala.

Criterio PEAP-MSCHAPv2 EAP-TLS
Certificado de cliente requerido No
Riesgo de exposición de contraseña Moderado (si se omite la validación del certificado) Ninguno
Complejidad de implementación Baja a Media Alta
Requisito de MDM Opcional Altamente recomendado
Adecuado para BYOD Con portal de incorporación
Idoneidad para el cumplimiento Buena Excelente

comparison_chart.png


Guía de Implementación: Transición a WPA2-Enterprise

La implementación de WPA2-Enterprise requiere una planificación cuidadosa para evitar interrupciones al usuario. Se recomienda el siguiente enfoque por fases para implementaciones empresariales de cualquier escala.

Fase 1: Preparación de la Infraestructura

Antes de habilitar 802.1X, asegúrese de que su infraestructura RADIUS sea resiliente. Su servidor RADIUS es ahora una dependencia de ruta crítica —si deja de estar disponible, los usuarios no podrán autenticarse. Para entornos distribuidos como grandes cadenas de Retail o instalaciones de Healthcare , los servicios RADIUS alojados en la nube ofrecen redundancia incorporada sin la sobrecarga de gestionar servidores locales en cada ubicación. Integre el servidor RADIUS con su proveedor de identidad central y verifique que las reglas del firewall permitan el tráfico UDP en los puertos 1812 (autenticación) y 1813 (contabilidad) entre todos los Puntos de Acceso y el servidor RADIUS.

Fase 2: Gestión de Certificados

Para implementaciones EAP-TLS, automatice completamente el aprovisionamiento de certificados. Depender de que los usuarios instalen certificados manualmente resulta en un alto volumen de solicitudes al soporte técnico y una postura de seguridad inconsistente. Utilice su plataforma MDM —Microsoft Intune, Jamf o equivalente— para enviar certificados de forma silenciosa a los dispositivos propiedad de la empresa. Para escenarios BYOD, considere un portal de incorporacións como SecureW2 o Foxpass que automatizan la instalación del perfil de configuración para dispositivos personales, reduciendo drásticamente la carga del servicio de asistencia.

Para implementaciones de PEAP, asegúrese de que el certificado del servidor RADIUS sea emitido por una Autoridad de Certificación pública ya presente en el almacén raíz de confianza de todos los sistemas operativos cliente. Evite los certificados autofirmados en producción, ya que generan advertencias de confianza que acostumbran a los usuarios a aceptar errores de certificado, lo que representa un riesgo de seguridad significativo.

Fase 3: Piloto y Despliegue por Fases

Nunca realice una transición abrupta. Comience con un grupo piloto —típicamente el departamento de TI— en un SSID o VLAN dedicado. Monitoree de cerca los registros RADIUS en busca de tiempos de espera de autenticación, que indican problemas de enrutamiento de red, o errores de confianza de certificado, que indican deficiencias en la implementación de PKI. Una vez que el piloto sea estable, expanda a un solo sitio o piso, luego proceda sitio por sitio. Mantenga la red PSK heredada en paralelo durante toda la migración y desactívela solo una vez que todos los dispositivos hayan sido migrados con éxito.


Mejores Prácticas para Operadores de Recintos

Para entornos de cara al público como estadios, centros de conferencias y recintos de Hospitalidad , WPA2-Enterprise es cada vez más relevante no solo para las redes del personal, sino también para el acceso gestionado de invitados.

Asignación Dinámica de VLAN es una de las características más potentes y subutilizadas de 802.1X. En lugar de transmitir múltiples SSIDs para diferentes grupos de usuarios —cada uno añadiendo sobrecarga de RF—, se transmite un único SSID WPA2-Enterprise. Cuando un usuario se autentica, el servidor RADIUS devuelve atributos de asignación de VLAN al Punto de Acceso, colocando la sesión en el segmento de red apropiado según la membresía del grupo del usuario. Un terminal de Punto de Venta que se autentica a través de EAP-TLS aterriza en la VLAN compatible con PCI; un gerente de tienda que se autentica a través de PEAP aterriza en la VLAN corporativa. Este enfoque reduce significativamente la congestión de RF en entornos densos.

Integración con Purple: La plataforma de Purple actúa como un proveedor de identidad sin interrupciones para un acceso seguro a WiFi. Bajo la licencia Connect, Purple es compatible con OpenRoaming —un estándar de la industria que permite a los usuarios moverse de forma segura entre redes participantes sin volver a autenticarse. Esto es particularmente valioso para centros de Transporte y operadores de múltiples recintos. Los datos de autenticación se alimentan directamente al panel de control de WiFi Analytics de Purple, proporcionando visibilidad por usuario para la planificación de capacidad y la elaboración de informes de cumplimiento.

Segmentación de Red para IoT: Muchos dispositivos IoT heredados —controladores HVAC, lectores de control de acceso, impresoras heredadas— no son compatibles con 802.1X. Para estos dispositivos, implemente un SSID oculto separado utilizando WPA2-PSK con MAC Authentication Bypass (MAB), o aproveche Multi-PSK (MPSK) si es compatible con su proveedor de Access Point. No intente forzar dispositivos IoT heredados a una red 802.1X; el costo operativo supera el beneficio.

Para obtener orientación sobre decisiones complementarias de arquitectura de red, consulte Los Beneficios Clave de SD WAN para Empresas Modernas , que cubre cómo las superposiciones de SD-WAN pueden mejorar la accesibilidad de RADIUS en sitios distribuidos.


Solución de Problemas y Mitigación de Riesgos

Los modos de fallo más comunes en las implementaciones de WPA2-Enterprise se relacionan con la confianza del certificado, la accesibilidad de la red y la compatibilidad del dispositivo.

El Mensaje de "Servidor No Confiable": Si los clientes reciben una advertencia de que el certificado del servidor no puede ser verificado, es probable que el servidor RADIUS esté utilizando un certificado autofirmado o uno emitido por una CA interna cuya raíz no ha sido desplegada en todos los puntos finales. Resolución: despliegue el certificado raíz de la CA a través de la Política de Grupo o MDM, o cambie a un certificado de una CA pública.

Tiempos de Espera de RADIUS: Los clientes se quedan colgados en la pantalla de autenticación antes de fallar. La causa es casi siempre un problema de ruta de red —el Access Point no puede alcanzar el servidor RADIUS, o el tráfico UDP está siendo descartado por un firewall intermedio. Verifique las reglas del firewall para los puertos 1812 y 1813, y compruebe el enrutamiento entre los Access Points y el servidor RADIUS.

Complejidad de Configuración de Android: Android requiere una configuración explícita del nombre de dominio del servidor RADIUS y del certificado de CA para PEAP. A diferencia de Windows, que puede detectar automáticamente estas configuraciones a través de la Política de Grupo, los usuarios de Android deben configurarlas manualmente o recibir un perfil de configuración a través de un portal de incorporación. Esta es una fuente común de tickets de soporte durante el despliegue inicial.

Desviación del Reloj y Validez del Certificado: La autenticación basada en certificados (EAP-TLS) es sensible a la sincronización horaria. Si el reloj de un dispositivo está significativamente desincronizado, la validación del certificado fallará. Asegúrese de que NTP esté configurado correctamente en todos los dispositivos de red y puntos finales.


ROI e Impacto Empresarial

La transición a WPA2-Enterprise ofrece un valor empresarial medible más allá de la mera mitigación de riesgos.

El ROI más inmediato proviene de la eliminación de la sobrecarga operativa de la rotación de contraseñas. En una cadena minorista de 50 ubicaciones, rotar una contraseña de WiFi compartida requiere actualizar cada dispositivo en cada ubicación —potencialmente miles de cambios individuales. Con WPA2-Enterprise, la desaprovisionamiento de un empleado es una única acción en Active Directory, con efecto inmediato en todos los sitios.

Desde una perspectiva de cumplimiento, la pista de auditoría granular proporcionada por los registros RADIUS por usuario es una ventaja significativa durante las evaluaciones de PCI DSS, HIPAA e ISO 27001. Los auditores pueden ver exactamente qué usuario se autenticó, desde qué dispositivo, a qué hora y durante cuánto tiempo —un nivel de visibilidad que es simplemente imposible con claves compartidas.

Finalmente, la inteligencia de red generada por la autenticación por usuario se alimenta directamente a la planificación de capacidad y la detección de anomalías. Plataformas como WiFi Analytics de Purple pueden revelar patrones en el comportamiento de los dispositivos, períodos de uso pico y demanda específica de ubicación —datos invaluables tanto para la planificación operativa como, en el comercio minorista y la hospitalidad contextos, comprendiendo el comportamiento del visitante. Para consideraciones de diseño de páginas de bienvenida que complementen su estrategia de acceso para invitados, consulte Los 10 mejores ejemplos de páginas de bienvenida WiFi (y qué los hace funcionar) .

Términos clave y definiciones

802.1X

An IEEE standard for port-based Network Access Control (PNAC) that provides an authentication mechanism for devices attempting to connect to a LAN or WLAN. It defines the roles of Supplicant, Authenticator, and Authentication Server.

This is the underlying framework that makes WPA2-Enterprise possible. When an IT team says they are 'deploying 802.1X', they mean they are implementing this standard on their network infrastructure.

RADIUS

Remote Authentication Dial-In User Service. A networking protocol providing centralised Authentication, Authorisation, and Accounting (AAA) management for users connecting to a network service.

The central server that validates credentials. Access Points do not check passwords; they ask the RADIUS server. RADIUS is the critical infrastructure component that must be made highly available.

Supplicant

The software client on an endpoint device that handles the 802.1X authentication negotiation. Built into modern operating systems including Windows, macOS, iOS, and Android.

When a user selects a WPA2-Enterprise network, the supplicant software on their device initiates the EAP exchange. Configuration of the supplicant — particularly certificate trust settings — is the most common source of end-user issues.

Authenticator

The network device — typically a wireless access point or managed switch — that enforces access control by blocking traffic until the RADIUS server returns an Access-Accept response.

The Access Point acts as a relay between the client and the RADIUS server. It enforces the policy but does not make the authentication decision itself.

EAP-TLS

Extensible Authentication Protocol — Transport Layer Security. An authentication method requiring both a server-side and a client-side digital certificate, providing mutual authentication without transmitting passwords.

The most secure EAP method. Recommended for managed corporate devices, PCI-scoped systems, and any environment where credential phishing is a significant threat vector.

PEAP

Protected Extensible Authentication Protocol. An authentication method that creates a server-authenticated TLS tunnel inside which standard username/password credentials are transmitted securely.

The most common EAP method for enterprise deployments due to its compatibility with existing Active Directory credentials and its relatively straightforward deployment. Vulnerable to Evil Twin attacks if server certificate validation is not enforced.

Dynamic VLAN Assignment

A capability of 802.1X whereby the RADIUS server instructs the Access Point to place an authenticated session onto a specific Virtual LAN based on the user's identity or group membership, using RADIUS tunnel attributes.

Enables network segmentation without multiple SSIDs. Critical for environments that need to separate PCI-scoped devices, corporate users, and IoT devices on a single wireless infrastructure.

Certificate Authority (CA)

A trusted entity that issues and manages digital certificates used to verify the identity of servers and clients in certificate-based authentication systems.

Required for EAP-TLS deployments. Organisations can use a public CA (whose root is pre-trusted by all devices) or an internal CA (whose root must be deployed to all endpoints via Group Policy or MDM).

OpenRoaming

A Wi-Fi Alliance standard that enables seamless, secure, and automatic WiFi connectivity across participating networks using identity federation, eliminating the need for manual re-authentication.

Increasingly relevant for venue operators and transport hubs. Purple supports OpenRoaming under its Connect licence, allowing venues to offer secure automatic connectivity to returning visitors.

Casos de éxito

A 200-room hotel currently uses a single WPA2-Personal password for all back-of-house staff across housekeeping, maintenance, and management. When staff leave, the password is rarely changed due to the operational difficulty of updating all devices. The IT Director needs to secure the network without disrupting daily operations.

Deploy WPA2-Enterprise using PEAP-MSCHAPv2 integrated with the hotel's existing Azure Active Directory tenant. Staff authenticate using their individual corporate email address and password — credentials they already know. When an employee is terminated, disabling their Azure AD account instantly revokes WiFi access across all properties, with no device updates required. For shared devices such as housekeeping tablets that are not tied to a named user, deploy EAP-TLS with certificates pushed via Microsoft Intune. The certificates are bound to the device, not a user, so there is no password for staff to know or share. Run both the legacy PSK SSID and the new Enterprise SSID in parallel for four weeks during the migration, then decommission the PSK network once all devices are confirmed migrated.

Notas de implementación: This approach balances security with operational reality. PEAP is the correct choice for user-driven devices because it leverages existing AD credentials, minimising training overhead. EAP-TLS is the correct choice for shared headless devices because it removes the credential entirely, eliminating the risk of the device password being shared or written down. The parallel-running migration strategy is essential for a 200-room property that cannot afford a connectivity outage during the transition.

A retail chain with 50 locations needs to ensure that Point of Sale (PoS) terminals are strictly isolated from the staff WiFi network to meet PCI DSS requirements. However, the network team wants to reduce RF overhead by broadcasting fewer SSIDs. Currently they broadcast four separate SSIDs per store.

Implement WPA2-Enterprise with Dynamic VLAN Assignment across all 50 locations. Configure the RADIUS server with two Network Policies: one matching PoS device certificates (issued via an internal CA and pushed via MDM) that returns VLAN 10 attributes, and one matching staff Active Directory group membership that returns VLAN 20 attributes. Broadcast a single corporate WPA2-Enterprise SSID at each location. When a PoS terminal authenticates via EAP-TLS, the RADIUS server instructs the Access Point to place that session on VLAN 10 — the PCI-scoped segment with restricted internet routing. When a store manager authenticates via PEAP, they land on VLAN 20 with standard corporate access. Reduce from four SSIDs to two (one Enterprise, one for legacy IoT devices on a hidden PSK SSID).

Notas de implementación: Dynamic VLAN Assignment is the key architectural decision here. It directly addresses both requirements simultaneously: strict PCI segmentation and reduced RF overhead. The reduction from four to two SSIDs meaningfully improves channel utilisation in dense retail environments. The EAP-TLS choice for PoS terminals is the correct one because these are managed, corporate-owned devices where certificate deployment via MDM is straightforward, and the PCI DSS requirement for strong authentication is best met by certificate-based methods.

Análisis de escenarios

Q1. Your organisation is migrating from WPA2-Personal to WPA2-Enterprise using PEAP. The helpdesk is receiving calls from Android users who cannot connect and are being prompted to enter a 'Domain' and to 'Validate CA certificate'. Windows devices are connecting without issue. What is the most likely cause, and how do you resolve it?

💡 Sugerencia:Consider how Android handles server certificate validation compared to Windows, and what Group Policy can do that Android cannot receive automatically.

Mostrar enfoque recomendado

Android requires explicit manual configuration of the RADIUS server's domain name and the CA certificate for PEAP, unlike Windows which can receive these settings automatically via Group Policy. The resolution is to deploy an onboarding portal (such as SecureW2 or Foxpass) that generates and pushes a configuration profile to Android devices, automating the PEAP settings. Alternatively, if the RADIUS server uses a certificate from a public CA already trusted by Android, the CA certificate field can be set to 'Use system certificates' and the domain field populated with the RADIUS server's FQDN.

Q2. A stadium venue needs to provide secure WiFi to media and press during events. These are unmanaged personal laptops from dozens of different news organisations. MDM profiles cannot be installed. The IT team needs individual accountability and the ability to revoke access after the event. How should they design the authentication?

💡 Sugerencia:EAP-TLS requires client certificates, which cannot be pushed to unmanaged devices without an onboarding portal. Consider what credential type is practical for short-term, unmanaged BYOD access.

Mostrar enfoque recomendado

Deploy WPA2-Enterprise using PEAP-MSCHAPv2. Generate unique, time-limited credentials (username and password) for each media organisation or individual journalist, stored in a temporary Active Directory OU or a cloud RADIUS user directory. Distribute credentials via a secure pre-event communication. Configure the RADIUS server to automatically disable these accounts after the event date. This provides individual accountability and instant revocation without requiring certificate installation on unmanaged devices.

Q3. During a network audit, it is confirmed that WPA2-Enterprise is functioning and users are authenticating successfully. However, the finance team's devices are appearing on the general staff subnet (VLAN 20) rather than the secure finance VLAN (VLAN 30). Where is the configuration error most likely located?

💡 Sugerencia:Authentication success and authorisation policy enforcement are two separate functions. Which component is responsible for enforcing the VLAN assignment after authentication succeeds?

Mostrar enfoque recomendado

The error is in the RADIUS server's Network Policy configuration. For Dynamic VLAN Assignment to work, the RADIUS server must be configured to return three specific RADIUS attributes upon successful authentication for the finance group: Tunnel-Type (value: VLAN), Tunnel-Medium-Type (value: 802), and Tunnel-Private-Group-ID (value: 30). Additionally, the Access Point must be configured to accept and apply dynamic VLAN overrides from the RADIUS server — some AP configurations require this to be explicitly enabled. Verify both the RADIUS policy attributes and the AP's 802.1X VLAN override setting.