Per-Device PSK por proveedor: comparación de iPSK, DPSK, MPSK y PPSK (y soporte de WPA3)
Una comparación exhaustiva de las implementaciones de per-device PSK en Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, Extreme, Fortinet y Ubiquiti UniFi. Conozca cómo WPA3-SAE afecta las estrategias de claves por dispositivo y cuándo implementar modos de transición en lugar de migrar a 802.1X.
Escucha esta guía
Ver transcripción del podcast
📚 Parte de nuestra serie principal: Enterprise WiFi Security Guide →

Executive Summary
Per-device Pre-Shared Key (PSK) is the essential transition technology for enterprise networks that need per-device visibility without the complexity of full 802.1X authentication. While vendors use different names - Cisco Meraki iPSK, HPE Aruba MPSK, Ruckus DPSK, Juniper Mist PPSK - the fundamental goal is identical: assigning a unique password to every device on a single SSID.
However, the move to WPA3 introduces a significant architectural constraint. WPA3 replaces the traditional WPA2 four-way handshake with Simultaneous Authentication of Equals (SAE). SAE requires the password to be known by both the access point and the client before the exchange begins, which breaks the standard RADIUS-based lookup mechanism used by most per-device PSK implementations. This guide details how each major vendor handles per-device PSK, how they store and look up keys, and how they address the WPA3-SAE challenge - from WPA3 transition modes to proprietary extensions like Ruckus DPSK3.
Technical Deep-Dive
The Architecture of Per-Device PSK
Traditional WPA2-Personal uses a single shared passphrase for an entire SSID. Every device uses the same password, which means you cannot revoke access for one device without changing the password for everyone. Furthermore, you have no per-device visibility or policy enforcement.
Per-device PSK solves this by issuing a unique credential to each device or user. You can revoke one key without touching the others. You can assign different VLANs, bandwidth policies, or access schedules per key.
The technical mechanism relies on the WPA2 four-way handshake. When a client associates, the access point sends the client's MAC address to a RADIUS server (or a local database) in an Access-Request message. The RADIUS server returns an Access-Accept message containing the specific key for that device. The access point then completes the four-way handshake using that specific key to derive the Pairwise Master Key (PMK).

The WPA3-SAE Challenge
WPA3-Personal replaces the four-way handshake with SAE. SAE is a Diffie-Hellman-based protocol where both sides commit to a shared password element derived from the passphrase before the association completes.
The critical difference is that the password must be known to both sides before the SAE exchange begins. There is no point in the protocol where a RADIUS server can inject a different key per device. The access point and client are already executing a cryptographic exchange based on a single shared value. This is a protocol constraint defined by the IEEE 802.11 standard, not a vendor limitation.
Vendor Implementations Compared
Every major enterprise vendor supports per-device PSK, but their implementations and WPA3 readiness vary.

Cisco Meraki (iPSK) Cisco Meraki calls it Identity Pre-Shared Key (iPSK). It supports two modes. Without RADIUS, you can configure up to five unique PSKs directly in the Meraki dashboard. With RADIUS - typically Cisco ISE - you can scale to 100,000 keys. The RADIUS server performs the lookup and returns the per-device key. For WPA3, Meraki relies on WPA3 transition mode (WPA2/WPA3 mixed mode), where WPA2 clients use the four-way handshake and receive per-device keys, while WPA3 clients use SAE with a single shared password.
HPE Aruba (MPSK) HPE Aruba calls it Multiple Pre-Shared Key (MPSK). Aruba supports MPSK Local, where keys are stored on the controller, and MPSK with ClearPass, which acts as the RADIUS and policy engine. ClearPass can hold tens of thousands of keys and assign dynamic VLANs. Like Meraki, WPA3 support is currently handled via transition mode.
Ruckus (DPSK and DPSK3) Ruckus calls it Dynamic Pre-Shared Key (DPSK). It is one of the most mature implementations, available since the early SmartZone days. In RADIUS mode, it integrates with Cloudpath. Ruckus is notable for DPSK3, their WPA3 extension. DPSK3 operates in WPA2/WPA3 mixed mode and requires Cloudpath as the RADIUS backend. It allows WPA3-capable devices to use SAE while the system manages per-device key binding through the Cloudpath integration.
Juniper Mist (PPSK / Multi-PSK) Juniper Mist calls it Private Pre-Shared Key (PPSK) or Multi-PSK. Mist stores keys in the cloud database, with a limit of 5,000 keys per site. Keys can be assigned per user, per device, or per group. Mist integrates with its Access Assurance service, which adds RADIUS-based PSK lookup. Juniper supports WPA3 RADIUS PSK through Access Assurance, allowing a single WPA3-Personal SSID to serve multiple passphrases.
Extreme Networks (PPSK) Extreme Networks calls it Private Pre-Shared Key (PPSK) through ExtremeCloud IQ. It supports local key storage on the access point itself, which is useful for remote sites, as well as RADIUS-based lookup via ExtremeCloud IQ's cloud RADIUS service. Extreme supports MAC binding to tie a PPSK to a specific device.
Fortinet (MPSK) Fortinet calls it Multiple Pre-Shared Key (MPSK), managed through FortiAP and the FortiGate wireless controller. Fortinet explicitly supports WPA3-SAE and WPA3-SAE Transition security modes in its MPSK profiles. You can create an MPSK profile with WPA3-SAE keys, assign them to a VAP, and enable dynamic VLAN assignment.
Ubiquiti UniFi (Private PSK) Ubiquiti UniFi calls it Private Pre-Shared Keys. The implementation is local only; keys are stored in the UniFi Network controller. You can assign different VLANs per key. However, UniFi Private PSK only works on WPA2 networks on 2.4 GHz and 5 GHz. WPA3 and 6 GHz are not supported.
Implementation Guide
When deploying per-device PSK, follow these steps to ensure a secure and scalable architecture.
- Audit Your Device Landscape: Identify which devices support WPA3 and which rely on WPA2. Legacy IoT devices will likely require WPA2 for the foreseeable future.
- Select the Right SSID Strategy: For a mixed environment, deploy a hybrid SSID design. Maintain a WPA2-Personal SSID with per-device PSK for legacy IoT and guest devices. Deploy a WPA3-Enterprise SSID for managed staff devices.
- Implement Transition Mode Carefully: If you use WPA3 transition mode on your primary guest SSID, ensure your access points and RADIUS servers are correctly configured to handle the mixed authentication flows.
- Integrate Identity Management: Do not manage keys manually. Integrate your key provisioning with your device management workflow or an identity provider like Microsoft Entra ID or Okta.
- Configure Dynamic VLANs: Map each per-device PSK to a specific VLAN to enforce network segmentation. This is critical for isolating IoT devices from guest traffic.
Best Practices
- Enforce Lifecycle Management: Per-device PSK requires strict lifecycle management. You must have a process to revoke keys when devices are decommissioned to prevent key sprawl.
- Use 802.1X for Managed Endpoints: For corporate laptops and staff devices, move to WPA3-Enterprise with EAP-TLS. It provides stronger security and native compatibility with zero-trust models.
- Test WPA3 Upgrades: Never enable WPA3 on an existing per-device PSK SSID without testing in a pilot site. Verify firmware versions and RADIUS server compatibility.
- Leverage Purple for Identity: Integrate Purple to handle the identity layer. Purple sits as a cloud overlay, providing authentication, data capture, and consent management, and passes the appropriate VLAN assignment back to your hardware via RADIUS. See Enterprise WiFi Security: A Complete Guide for 2026 for more details.
Troubleshooting & Risk Mitigation
- Clients Failing to Connect on WPA3: If legacy devices fail to connect to a WPA3 transition mode SSID, it is often due to incompatible wireless drivers. Ensure client drivers are updated. If the issue persists, move legacy devices to a dedicated WPA2-only SSID.
- RADIUS Timeouts: If the access point times out waiting for the per-device key from the RADIUS server, check the network path and ensure the RADIUS server is scaled to handle the authentication load.
- VLAN Assignment Failures: If a device connects but receives the wrong IP address, verify the VLAN mapping in the RADIUS Access-Accept message and ensure the VLAN exists on the access point and switch port.
ROI & Business Impact
Implementing per-device PSK delivers measurable business value by reducing support tickets and improving security.
- Reduced Helpdesk Load: Automating key provisioning and revocation eliminates manual password resets.
- Improved Security Posture: Isolating devices onto separate VLANs based on their unique key reduces the blast radius of a compromised device.
- Enhanced Visibility: Per-device keys provide granular visibility into network utilisation, allowing you to identify bandwidth hogs and optimise capacity planning.
Definiciones clave
Per-Device PSK
Un mecanismo de seguridad que asigna una Pre-Shared Key única a cada dispositivo o usuario en un solo SSID, lo que permite la revocación individual y la asignación dinámica de políticas.
Se utiliza cuando los equipos de TI necesitan visibilidad y control por dispositivo sin tener que implementar una autenticación 802.1X completa.
WPA3-SAE
Simultaneous Authentication of Equals. El protocolo seguro de establecimiento de claves utilizado en WPA3-Personal, que reemplaza el handshake de cuatro vías de WPA2.
Relevante al actualizar a WPA3 o implementar redes de 6 GHz, ya que cambia fundamentalmente la forma en que se autentican las contraseñas.
Transition Mode
Una configuración de modo mixto donde un SSID anuncia soporte tanto para WPA2-PSK como para WPA3-SAE, lo que permite que los clientes heredados y modernos se conecten al mismo nombre de red.
El enfoque estándar para migrar redes existentes a WPA3 sin dejar desamparados a los dispositivos heredados.
MAC Binding
El proceso de asociar una per-device PSK específica con la dirección MAC de hardware de un dispositivo específico, evitando que la clave se use en otro dispositivo.
Se utiliza para evitar el uso compartido de credenciales y garantizar un control de acceso estricto para los dispositivos IoT.
Dynamic VLAN Assignment
La capacidad de asignar un dispositivo a una VLAN específica en función de sus credenciales de autenticación (como su per-device PSK), en lugar del SSID al que se conecta.
Esencial para la segmentación de red, lo que permite a TI aislar el tráfico de invitados del tráfico corporativo en el mismo punto de acceso.
iPSK
Identity Pre-Shared Key. La implementación de Cisco Meraki de per-device PSK.
Se encuentra al administrar redes inalámbricas de Cisco Meraki.
DPSK
Dynamic Pre-Shared Key. La implementación de Ruckus de per-device PSK, siendo DPSK3 la versión compatible con WPA3.
Se encuentra al administrar redes inalámbricas de Ruckus.
MPSK
Multiple Pre-Shared Key. El término utilizado por HPE Aruba y Fortinet para sus implementaciones de per-device PSK.
Se encuentra al administrar redes inalámbricas de HPE Aruba o Fortinet.
Ejemplos resueltos
Un hotel de 200 habitaciones necesita proporcionar WiFi de invitados seguro y aislar las smart TVs de cada habitación. Actualmente utilizan una única contraseña WPA2-Personal para todos los huéspedes y dispositivos.
Implemente per-device PSK utilizando un backend RADIUS. Integre Purple para capturar los datos de los huéspedes y emitir una PSK única a cada huésped al registrarse. Para las smart TVs, genere una PSK única para cada TV y asóciela a una VLAN de IoT dedicada. Configure las PSK de invitados para que se asocien a una VLAN de invitados independiente con el aislamiento de clientes activado.
Un campus universitario se está actualizando a Wi-Fi 6E y debe admitir WPA3 en la banda de 6 GHz, pero tienen miles de dispositivos IoT heredados que solo admiten WPA2.
Implemente un diseño de SSID híbrido. Cree un SSID WPA3-Enterprise para las laptops y smartphones de estudiantes y personal, utilizando 802.1X para la autenticación. Cree un SSID WPA2-Personal independiente con per-device PSK en las bandas de 2.4 GHz y 5 GHz específicamente para los dispositivos IoT heredados.
Preguntas de práctica
Q1. Está implementando puntos de acceso Wi-Fi 6E y necesita admitir clientes de 6 GHz. Su red de 5 GHz existente utiliza iPSK para dispositivos IoT. ¿Puede extender la configuración de iPSK a la banda de 6 GHz?
Sugerencia: Considere los protocolos de seguridad obligatorios para la banda de 6 GHz.
Q2. Una cadena de tiendas minoristas utiliza Aruba MPSK para asignar claves únicas a las terminales de punto de venta. Quieren actualizar su SSID principal a WPA3 para una mejor seguridad. ¿Cuál es el enfoque recomendado?
Sugerencia: Aruba MPSK requiere el handshake de cuatro vías de WPA2.
Ver respuesta modelo
Habilite el modo de transición WPA3 (modo mixto WPA2/WPA3) en el SSID. Las terminales de punto de venta continuarán conectándose usando WPA2 y MPSK, mientras que los dispositivos más nuevos podrán conectarse usando WPA3-SAE con una contraseña compartida.
Q3. Usted administra una red Ruckus y desea implementar per-device PSK para clientes WPA3. ¿Qué configuración específica se requiere?
Sugerencia: Considere la extensión patentada que ofrece Ruckus y sus requisitos de backend.
Ver respuesta modelo
Debe implementar Ruckus DPSK3. Esto requiere puntos de acceso Wi-Fi 6 o más nuevos con firmware 7.0 o posterior, configurar el SSID para el modo mixto WPA2/WPA3 y usar Ruckus Cloudpath como servidor RADIUS.
Continúe leyendo esta serie
Configuring RADIUS Authentication for Guest and Staff WiFi Networks
Esta guía de referencia técnica describe la arquitectura, configuración e implementación de la autenticación RADIUS para redes WiFi empresariales de invitados y empleados. Proporciona a los arquitectos de red y gerentes de TI los protocolos exactos, los estándares de seguridad y las metodologías de solución de problemas requeridas para crear sistemas de control de acceso inalámbrico seguros y escalables.
Passpoint y OpenRoaming: Guía completa
Esta guía de referencia técnica proporciona un análisis exhaustivo de los frameworks Passpoint (Hotspot 2.0) y WBA OpenRoaming dentro de las redes WiFi empresariales. Detalla los protocolos de autenticación subyacentes, los componentes arquitectónicos y las estrategias de despliegue requeridas para establecer una conectividad de invitados segura y sin fricciones. Los arquitectos de red y los líderes de TI aprenderán a diseñar, implementar y solucionar problemas de estos estándares para eliminar las barreras de inicio de sesión manual mientras se mantiene la seguridad de nivel empresarial.
Cómo implementar SCEP para un BYOD seguro y el registro de redes en la educación superior
Esta guía técnica proporciona a los arquitectos de red y directores de TI un plan de acción independiente del proveedor para implementar el registro de certificados basado en SCEP para proteger las redes de campus de educación superior. Detalla cómo migrar de PEAP basado en contraseñas a 802.1X EAP-TLS, automatizar la incorporación de BYOD y aplicar una segmentación robusta de VLAN.