PSK per dispositivo per fornitore: confronto tra iPSK, DPSK, MPSK e PPSK (e supporto WPA3)
Un confronto completo delle implementazioni PSK per dispositivo tra Cisco Meraki, HPE Aruba, Ruckus, Juniper Mist, Extreme, Fortinet e Ubiquiti UniFi. Scopri come WPA3-SAE influisce sulle strategie delle chiavi per dispositivo e quando distribuire le modalità di transizione rispetto al passaggio a 802.1X.
Ascolta questa guida
Visualizza trascrizione del podcast

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.
Definizioni chiave
PSK per dispositivo
Un meccanismo di sicurezza che assegna una chiave precondivisa (Pre-Shared Key) univoca a ciascun dispositivo o utente su un singolo SSID, consentendo la revoca individuale e l'assegnazione dinamica delle policy.
Utilizzato quando i team IT necessitano di visibilità e controllo per dispositivo senza distribuire un'autenticazione 802.1X completa.
WPA3-SAE
Simultaneous Authentication of Equals. Il protocollo sicuro di stabilimento delle chiavi utilizzato in WPA3-Personal, che sostituisce l'handshake a quattro vie di WPA2.
Rilevante quando si esegue l'aggiornamento a WPA3 o si distribuiscono reti a 6 GHz, poiché cambia radicalmente il modo in cui vengono autenticate le password.
Modalità di transizione
Una configurazione in modalità mista in cui un SSID annuncia il supporto sia per WPA2-PSK che per WPA3-SAE, consentendo ai client legacy e moderni di connettersi allo stesso nome di rete.
L'approccio standard per la migrazione delle reti esistenti a WPA3 senza escludere i dispositivi legacy.
Associazione MAC (MAC Binding)
Il processo di associazione di una specifica PSK per dispositivo con l'indirizzo MAC hardware di un dispositivo specifico, impedendo l'uso della chiave su un altro dispositivo.
Utilizzato per impedire la condivisione delle credenziali e garantire un controllo degli accessi rigoroso per i dispositivi IoT.
Assegnazione dinamica della VLAN
La capacità di assegnare un dispositivo a una Virtual LAN specifica in base alle sue credenziali di autenticazione (come la sua PSK per dispositivo), anziché all'SSID a cui si connette.
Essenziale per la segmentazione della rete, consente all'IT di isolare il traffico degli ospiti da quello aziendale sullo stesso access point.
iPSK
Identity Pre-Shared Key. L'implementazione di Cisco Meraki della PSK per dispositivo.
Incontrato durante la gestione delle reti wireless Cisco Meraki.
DPSK
Dynamic Pre-Shared Key. L'implementazione di Ruckus della PSK per dispositivo, con DPSK3 che rappresenta la versione compatibile con WPA3.
Incontrato durante la gestione delle reti wireless Ruckus.
MPSK
Multiple Pre-Shared Key. Il termine utilizzato da HPE Aruba e Fortinet per le loro implementazioni di PSK per dispositivo.
Incontrato durante la gestione delle reti wireless HPE Aruba o Fortinet.
Esempi pratici
Un hotel da 200 camere deve fornire un servizio WiFi ospiti sicuro e isolare le smart TV in ogni camera. Attualmente utilizza un'unica password WPA2-Personal per tutti gli ospiti e i dispositivi.
Distribuisci la PSK per dispositivo utilizzando un backend RADIUS. Integra Purple per acquisire i dati degli ospiti ed emettere una PSK univoca per ciascun ospite al momento della registrazione. Per le smart TV, genera una PSK univoca per ogni TV e mappala su una VLAN IoT dedicata. Configura le PSK degli ospiti per mapparle su una VLAN ospiti separata con isolamento dei client abilitato.
Un campus universitario sta effettuando l'aggiornamento a Wi-Fi 6E e deve supportare WPA3 sulla banda a 6 GHz, ma ha migliaia di dispositivi IoT legacy che supportano solo WPA2.
Implementa un design SSID ibrido. Crea un SSID WPA3-Enterprise per i laptop e gli smartphone di studenti e personale, utilizzando 802.1X per l'autenticazione. Crea un SSID WPA2-Personal separato con PSK per dispositivo sulle bande a 2,4 GHz e 5 GHz specificamente per i dispositivi IoT legacy.
Domande di esercitazione
Q1. Stai distribuendo access point Wi-Fi 6E e devi supportare client a 6 GHz. La tua rete a 5 GHz esistente utilizza iPSK per i dispositivi IoT. Puoi estendere la configurazione iPSK alla banda a 6 GHz?
Suggerimento: Considera i protocolli di sicurezza obbligatori per la banda a 6 GHz.
Q2. Una catena di vendita al dettaglio utilizza Aruba MPSK per assegnare chiavi univoche ai terminali dei punti vendita. Desidera aggiornare il proprio SSID principale a WPA3 per una migliore sicurezza. Qual è l'approccio consigliato?
Suggerimento: Aruba MPSK richiede l'handshake a quattro vie WPA2.
Visualizza risposta modello
Abilita la modalità di transizione WPA3 (modalità mista WPA2/WPA3) sull'SSID. I terminali dei punti vendita continueranno a connettersi utilizzando WPA2 e MPSK, mentre i dispositivi più recenti potranno connettersi utilizzando WPA3-SAE con una password condivisa.
Q3. Gestisci una rete Ruckus e desideri distribuire la PSK per dispositivo per i client WPA3. Quale configurazione specifica è richiesta?
Suggerimento: Considera l'estensione proprietaria offerta da Ruckus e i suoi requisiti di backend.
Visualizza risposta modello
È necessario distribuire Ruckus DPSK3. Ciò richiede access point Wi-Fi 6 o più recenti con firmware 7.0 o successivo, la configurazione dell'SSID per la modalità mista WPA2/WPA3 e l'uso di Ruckus Cloudpath come server RADIUS.
Continua a leggere questa serie
Server RADIUS: una guida completa per le aziende
Questa guida fornisce a IT manager, architetti di rete e CTO un riferimento tecnico definitivo sull'autenticazione tramite server RADIUS per il WiFi aziendale. Copre il framework AAA, l'architettura 802.1X, la selezione del metodo EAP, i compromessi tra implementazioni cloud e on-premises e l'assegnazione dinamica della VLAN. I gestori di location nei settori dell'ospitalità, del retail, degli eventi e del settore pubblico troveranno indicazioni pratiche per l'implementazione, casi di studio reali e i framework decisionali necessari per migrare da chiavi pre-condivise non sicure a un'architettura di controllo degli accessi alla rete sicura e basata sull'identità.
Aruba ClearPass vs. Purple WiFi: Confronto delle Funzionalità e Co-implementazione
Una guida tecnica completa che dettaglia l'architettura di co-implementazione di Aruba ClearPass e Purple WiFi. Copre la configurazione del proxy RADIUS, l'assegnazione dinamica della VLAN e le best practice per fornire reti guest sicure e basate sull'analisi dei dati insieme al NAC aziendale.
Cisco ISE vs. Purple WiFi: Come si Confrontano e Come Lavorano Insieme
Questa guida spiega come Cisco ISE e Purple WiFi ricoprano ruoli distinti ma complementari nelle reti aziendali. Spiega dettagliatamente come utilizzare Cisco ISE per l'accesso aziendale sicuro 802.1X, sfruttando al contempo Purple per il guest WiFi conforme al GDPR, l'analisi di marketing e l'integrazione CRM.