Skip to main content

WPA, WPA2 et WPA3 : Quelles sont les différences et lequel devriez-vous utiliser ?

Ce guide de référence technique faisant autorité explore les différences architecturales entre les protocoles de sécurité WPA, WPA2 et WPA3. Il fournit des recommandations de déploiement concrètes aux responsables informatiques et aux architectes réseau pour sécuriser les environnements WiFi d'entreprise et invités tout en garantissant la conformité et des performances optimales.

📖 7 min de lecture📝 1,613 mots🔧 2 exemples3 questions📚 8 termes clés

🎧 Écouter ce guide

Voir la transcription
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

Résumé Exécutif

Pour les responsables informatiques, les architectes réseau et les CTO opérant dans des environnements d'entreprise, le choix du protocole de sécurité WiFi est une décision critique en matière de gestion des risques. Alors que les établissements des secteurs de l' Hôtellerie , du Commerce de détail , de la Santé et du Transport étendent leur couverture sans fil, la dépendance à l'égard de normes de sécurité obsolètes introduit des vulnérabilités importantes. Ce guide de référence technique offre une comparaison définitive des architectures WPA, WPA2 et WPA3, détaillant leurs fondations cryptographiques et leurs implications opérationnelles.

Bien que WPA2 ait servi de norme industrielle pendant près de deux décennies, ses vulnérabilités structurelles — en particulier les attaques par dictionnaire hors ligne contre le four-way handshake — ont rendu nécessaire la transition vers WPA3. WPA3 introduit l'Authentification Simultanée des Égaux (SAE) pour éliminer ces risques, ainsi que l'Enhanced Open (OWE) pour sécuriser les réseaux invités non authentifiés. Pour les opérateurs d'entreprise, le mandat est clair : WPA doit être éradiqué de l'environnement, WPA2-Enterprise reste une base viable pour l'accès d'entreprise, et WPA3 doit être progressivement mis en œuvre pour assurer une conformité à long terme avec les exigences PCI DSS et GDPR. Ce guide décrit les mécanismes techniques derrière ces protocoles et fournit une stratégie de déploiement neutre vis-à-vis des fournisseurs pour moderniser votre infrastructure sans fil.

Plongée Technique : Évolution Architecturale

L'évolution du WiFi Protected Access (WPA) reflète la course à l'armement continue entre la sécurité cryptographique et la puissance de calcul. Comprendre les mécanismes sous-jacents de chaque protocole est essentiel pour concevoir des architectures réseau résilientes.

WPA : Le Correctif d'Urgence

Introduit en 2003, WPA a été conçu comme une réponse rapide à l'échec catastrophique du Wired Equivalent Privacy (WEP). L'innovation principale de WPA était le Temporal Key Integrity Protocol (TKIP), qui générait dynamiquement une nouvelle clé de chiffrement de 128 bits pour chaque paquet. Cela a résolu la vulnérabilité de réutilisation de clé statique de WEP. Cependant, comme WPA devait fonctionner sur du matériel WEP existant, TKIP a été construit sur le même chiffrement de flux RC4. En 2009, la recherche cryptographique avait démontré des attaques pratiques contre TKIP, rendant WPA fondamentalement non sécurisé. Dans les environnements d'entreprise modernes, WPA représente une vulnérabilité de sécurité critique et doit être activement déprécié.

WPA2 : La Référence d'Entreprise

Ratifié en 2004, WPA2 a introduit un changement structurel en remplaçant TKIP par l'Advanced Encryption Standard (AES) fonctionnant en mode compteur avec le Cipher Block Chaining Message Authentication Code Protocol (CCMP). AES est un chiffrement par blocs robuste, et CCMP fournit un chiffrement et une validation de l'intégrité des données simultanés. Cette architecture a établi WPA2 comme la norme dominante pour les réseaux d'entreprise.

Cependant, WPA2 est bifurqué en deux modes de fonctionnement distincts :

WPA2-Personnel (PSK) : Ce mode repose sur une clé pré-partagée (PSK). Chaque appareil sur le Service Set Identifier (SSID) utilise la même phrase secrète pour dériver les clés de session pendant le four-way handshake. La vulnérabilité critique ici est que le four-way handshake peut être capturé passivement. Les attaquants peuvent ensuite soumettre le handshake capturé à des attaques par dictionnaire hors ligne en utilisant des clusters GPU haute performance. Par conséquent, WPA2-Personnel offre une sécurité minimale contre les attaques ciblées si la phrase secrète manque d'entropie suffisante.

WPA2-Entreprise (802.1X) : En revanche, WPA2-Entreprise utilise la norme IEEE 802.1X pour le contrôle d'accès réseau basé sur les ports. Les appareils ne partagent pas de phrase secrète commune ; au lieu de cela, ils s'authentifient individuellement en utilisant le Extensible Authentication Protocol (EAP). L'authentification est gérée par un serveur RADIUS communiquant avec un service d'annuaire (par exemple, Active Directory ou LDAP). Chaque session authentifiée reçoit un matériel de clé cryptographique unique. Cette architecture atténue les risques associés aux phrases secrètes partagées et reste la norme de référence pour l'accès aux réseaux d'entreprise.

comparison_chart.png

WPA3 : La Norme Moderne

Obligatoire pour les appareils Wi-Fi CERTIFIED depuis juillet 2020, WPA3 corrige les vulnérabilités cryptographiques exposées dans WPA2 au cours de sa durée de vie.

WPA3-Personnel (SAE) : La caractéristique distinctive de WPA3-Personnel est le remplacement du four-way handshake vulnérable par l'Authentification Simultanée des Égaux (SAE), également connue sous le nom de Dragonfly handshake. SAE est un protocole de preuve à divulgation nulle de connaissance. Il nécessite une interaction active avec le point d'accès pour chaque tentative d'authentification, rendant les attaques par dictionnaire hors ligne infaisables sur le plan computationnel. Cela neutralise efficacement la classe de vulnérabilités KRACK (Key Reinstallation Attacks).

WPA3-Entreprise : WPA3-Entreprise améliore la sécurité d'entreprise en introduisant une suite de sécurité optionnelle de 192 bits. Ce mode utilise AES-GCMP-256 pour le chiffrement et HMAC-SHA-384 pour l'intégrité des messages, s'alignant sur la suite Commercial National Security Algorithm (CNSA) requise pour les déploiements gouvernementaux et financiers à haute sécurité.

Secret de session persistant : WPA3 implémente le secret de session persistant en générant des clés de session éphémères via le handshake SAE. Si un attaquant enregistre le trafic chiffré et compromet ultérieurement les identifiants réseau, il ne peut pas déchiffrer rétroactivement le trafic historique. C'est un mécanisme crucial de réduction des risques pour les établissements traitant des données sensibles.

Enhanced Open (OWE) : Pour les réseaux invités, WPA3 introduit l'Opportunistic Wireless Encryption (OWE). OWE fournit un chiffrement non authentifié — les appareils se connectent sans mot de passe, mais le trafic entre l'appareil et le point d'accès est chiffré individuellement. Ceci élimine l'écoute passive sur les réseaux invités ouverts sans introduisant des frictions de connexion.

Guide d'implémentation : Sécuriser l'environnement d'entreprise

Le déploiement d'une sécurité WiFi moderne exige une approche segmentée, équilibrant les exigences strictes d'accès d'entreprise avec les réalités opérationnelles des réseaux invités et des appareils IoT hérités.

architecture_overview.png

Réseaux d'entreprise et du personnel

Pour les réseaux internes, l'objectif est une validation d'identité forte et un chiffrement robuste.

  1. Exiger l'authentification 802.1X : Déployez WPA2-Enterprise ou WPA3-Enterprise. N'utilisez jamais WPA2-Personal pour les réseaux du personnel.
  2. Mettre en œuvre des méthodes EAP robustes : Utilisez EAP-TLS (Transport Layer Security) chaque fois que possible, car il nécessite des certificats client et serveur, offrant le plus haut niveau d'assurance. Si le déploiement de certificats est impraticable, PEAP-MSCHAPv2 peut être utilisé, à condition que le certificat du serveur RADIUS soit strictement validé par les clients.
  3. Activer le mode de transition WPA3 : Si vos points d'accès prennent en charge WPA3, activez le mode de transition. Cela permet aux clients compatibles WPA3 de bénéficier de SAE et de la confidentialité persistante tout en maintenant la connectivité pour les clients WPA2 hérités. Surveillez les journaux RADIUS pour suivre le taux de migration des appareils clients.

WiFi invité et accès public

Les réseaux invités présentent un défi unique : équilibrer sécurité, conformité et expérience utilisateur. L'approche traditionnelle consistant à diffuser un mot de passe WPA2-Personal partagé est à la fois non sécurisée et non conforme aux réglementations sur la confidentialité des données, car elle n'offre aucune visibilité sur l'identité de l'utilisateur.

  1. Déployer des Captive Portals : Implémentez un SSID ouvert ou un SSID WPA2/WPA3-Personal intégré à un Captive Portal. Cela garantit que les utilisateurs doivent s'authentifier et accepter les termes et conditions avant d'obtenir l'accès au réseau.
  2. Tirer parti des fournisseurs d'identité : Utilisez des plateformes comme Purple pour gérer l'authentification des invités. Purple peut agir comme un fournisseur d'identité gratuit pour des services comme OpenRoaming sous la licence Connect, simplifiant l'accès tout en capturant des données de première partie consenties pour WiFi Analytics .
  3. Activer OWE : Si votre infrastructure le prend en charge, activez l'Opportunistic Wireless Encryption (OWE) sur le SSID invité ouvert. Cela chiffre le trafic invité contre l'écoute passive sans exiger des utilisateurs qu'ils saisissent un mot de passe, améliorant considérablement la posture de sécurité de l'environnement Guest WiFi .

Segmentation des appareils IoT et hérités

De nombreux appareils IoT — tels que les terminaux de point de vente hérités, les systèmes de gestion de bâtiment et les caméras IP — ne prennent pas en charge WPA3 ou l'authentification 802.1X.

  1. Isoler les appareils hérités : Ne dégradez pas la sécurité de vos réseaux primaires pour accueillir des appareils hérités. Créez plutôt des VLAN et des SSID dédiés spécifiquement pour le matériel IoT.
  2. Implémenter MPSK/PPSK : Lorsque pris en charge par votre fournisseur, utilisez une clé pré-partagée multiple (MPSK) ou une clé pré-partagée privée (PPSK) pour les réseaux IoT. Cela attribue une phrase secrète WPA2 unique à chaque appareil IoT individuel, limitant le rayon d'impact si un seul appareil est compromis.
  3. Restreindre les mouvements latéraux : Appliquez des règles de pare-feu strictes aux VLAN IoT, n'autorisant que les communications sortantes nécessaires et bloquant les mouvements latéraux vers les sous-réseaux d'entreprise.

Bonnes pratiques et conformité

Le maintien d'un environnement sans fil sécurisé exige une discipline opérationnelle continue.

  • Gestion du cycle de vie des certificats : Dans les déploiements WPA2/WPA3-Enterprise, les certificats RADIUS expirés sont une cause principale de pannes réseau. Mettez en œuvre un renouvellement automatique des certificats et surveillez rigoureusement les dates d'expiration.
  • Détection des points d'accès non autorisés : Utilisez les capacités du système de prévention des intrusions sans fil (WIPS) de vos points d'accès pour détecter et neutraliser les points d'accès non autorisés diffusant vos SSID d'entreprise.
  • Conformité PCI DSS 4.0 : Pour les environnements traitant des données de cartes de paiement, WPA2-Personal est généralement insuffisant. PCI DSS exige une cryptographie forte et un contrôle d'accès. WPA2-Enterprise ou WPA3-Enterprise avec des méthodes EAP robustes est requis pour maintenir la conformité.
  • Audits réguliers : Effectuez des audits trimestriels de votre infrastructure sans fil, en vérifiant les versions de firmware, les configurations cryptographiques et la segmentation des appareils IoT.

Dépannage et atténuation des risques

Lors de la transition vers WPA3 ou de la gestion d'environnements mixtes, des modes de défaillance spécifiques surviennent couramment :

  • Problèmes de compatibilité client : Certains clients hérités peuvent échouer à se connecter à un SSID fonctionnant en mode de transition WPA3 en raison d'une mauvaise implémentation du pilote. Si cela se produit, vous devrez peut-être maintenir un SSID WPA2-only séparé pour les appareils hérités jusqu'à ce qu'ils puissent être mis hors service.
  • Erreurs de délai d'attente 802.1X : Les délais d'authentification dans WPA2/WPA3-Enterprise sont souvent causés par la latence entre le serveur RADIUS et le service d'annuaire, ou par des supplicants clients mal configurés qui ne parviennent pas à valider le certificat du serveur. Assurez-vous que les serveurs RADIUS sont géographiquement proches des points d'accès et que les magasins de confiance des clients sont correctement configurés.
  • Incompatibilité PMF : Les Protected Management Frames (PMF) sont obligatoires en WPA3 et fortement recommandées en WPA2 pour prévenir les attaques de désauthentification. Cependant, certains clients WPA2 plus anciens ne prennent pas en charge PMF et échoueront à s'associer si PMF est défini sur 'Required'. Définissez PMF sur 'Optional' pendant la phase de transition.

ROI et impact commercial

La mise à niveau des protocoles de sécurité sans fil n'est pas seulement un exercice technique ; elle apporte une valeur commerciale tangible :

  • Atténuation des risques : La transition vers WPA3 et WPA2-Enterprise réduit considérablement la probabilité d'une violation sans fil réussie, atténuant les dommages financiers et de réputation associés à l'exfiltration de données.
  • Assurance de conformité : L'alignement avec les normes cryptographiques modernes assure la conformité avec PCI DSS, GDPR et les réglementations spécifiques à l'industrie, évitant les amendes réglementaires et simplisimplifiant les processus d'audit.
  • Efficacité Opérationnelle : La mise en œuvre d'une gestion automatisée des certificats et de l'authentification 802.1X réduit la charge opérationnelle associée à la gestion des mots de passe partagés et au dépannage des problèmes de connectivité.
  • Expérience Client Améliorée : Le déploiement d'OWE et d'une authentification transparente via un Captive Portal via des plateformes comme Purple améliore l'expérience client en offrant une connectivité sécurisée et fluide, favorisant des taux d'adoption plus élevés et une capture de données plus riche pour les initiatives marketing. Consultez Les 10 meilleurs exemples de pages d'accueil WiFi (et ce qui les rend efficaces) pour des informations sur l'optimisation du flux d'authentification.

Écoutez notre exposé complet sur WPA, WPA2 et WPA3 pour plus d'informations :

Termes clés et définitions

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.

Études de cas

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.
Notes de mise en œuvre : 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.
Notes de mise en œuvre : 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.

Analyse de scénario

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?

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

Afficher l'approche recommandée

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?

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

Afficher l'approche recommandée

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?

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

Afficher l'approche recommandée

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.