Skip to main content
Native 802.1X Cloud RADIUS Compatibility Across Hardware & Identity Platforms
Wireless APs:Cisco MerakiHPE ArubaRuckus WirelessJuniper MistUbiquiti UniFiFortinetCambium NetworksExtreme Networks
Identity Providers:Microsoft Entra IDGoogle WorkspaceOktaPing IdentityJumpCloudActive Directory

TL;DR / Key Takeaways

  • WPA2 and WPA3-Enterprise authenticate every user or device individually over 802.1X against a RADIUS server - the required standard for SOC 2, ISO 27001, and PCI DSS compliance.
  • Instead of a single pre-shared key (PSK), each user or device authenticates uniquely, eliminating shared passphrases and preventing lateral network movement.
  • Cloud RADIUS removes legacy Microsoft NPS servers and local Active Directory agents, operating directly via cloud identity providers.
  • Native SCIM integration with Microsoft Entra ID, Okta, and Google Workspace revokes network access immediately when an employee departs.

Personal vs. Enterprise - pick the right mode

The WPA standard has two modes. WPA-Personal (WPA2-PSK, WPA3-SAE) uses a single password shared across everyone who joins the SSID. Good enough for a home. WPA-Enterprise authenticates each user or device individually via 802.1X against a RADIUS server. Required for any venue that cares about revocation, audit, or compliance.

Security dimensionWPA-Personal (PSK / SAE)WPA-Enterprise (802.1X)
CredentialShared passphrasePer-user certificate, password, or iPSK
InfrastructureJust the access pointsAPs + RADIUS server (or RADIUS-as-a-Service)
RevocationRotate the network-wide passphraseDisable one user in the IdP
Audit trailNone - all devices look identicalPer-user session logs
Right forHomes, tiny single-trust venuesOffices, hotels, campuses, stadiums, anything regulated
Deployment Blueprint

Deploy WPA2 & WPA3-Enterprise 802.1X in 4 simple steps

Eliminate complex on-premises NPS RADIUS hardware and server maintenance. Purple acts as a zero-trust cloud overlay on your existing network hardware.

01Time: ~3 mins

Connect Identity Provider (IdP)

Authorize Purple with your Microsoft Entra ID (Azure AD), Google Workspace, or Okta account via single sign-on (SSO) and SCIM. No local Active Directory agent or domain controller modifications required.

02Time: ~5 mins

Point Wireless APs to Cloud RADIUS

In your Meraki, Aruba, Ruckus, Mist, or UniFi dashboard, enter Purple’s redundant Cloud RADIUS IP addresses, authentication ports (1812/1813), and shared secret for your WPA2/WPA3-Enterprise SSID.

03Time: ~4 mins

Configure 802.1X Auth & EAP Security

Select your preferred authentication protocol: EAP-TLS with automated PKI device certificates or PEAP-MSCHAPv2 with corporate directory credentials. Set fallback policy and VLAN assignments.

04Time: ~3 mins

Automate User Onboarding & SCIM Offboarding

Deploy Passpoint (Hotspot 2.0) or automated WiFi profiles to employee laptops and mobile devices via MDM (Intune, Jamf, Kandji). When an employee leaves, access is automatically revoked in real time.

Looking to migrate from legacy Microsoft NPS or FreeRADIUS servers? Speak with our wireless architecture team

WPA3-Enterprise vs WPA2-Enterprise

WPA3 is not just a bigger WPA2. Four changes matter for enterprise deployments.

Mandatory server-certificate validation

Clients must verify the RADIUS server's certificate before sending credentials. Closes the evil-twin attack that plagued mis-configured WPA2-Enterprise deployments.

Protected management frames (PMF)

Deauthentication and disassociation frames are cryptographically signed, so attackers can no longer knock clients off the network with spoofed frames.

192-bit Suite B mode

Optional high-security mode for government, defense, and critical infrastructure. Suite B cryptography throughout - key exchange, encryption, and MAC.

Backwards compatibility

WPA3-Enterprise can run in transition mode on the same SSID as WPA2, so you do not need a hard cutover. Newer clients negotiate WPA3; older ones fall back to WPA2-Enterprise.

Coverage across Purple products

  • Staff WiFi: WPA2/3-Enterprise with EAP-TLS for managed laptops and PEAP for legacy devices.
  • Multi-Tenant WiFi: iPSK on a single SSID, with each tenant isolated in a Private Area Network.
  • Guest WiFi: OpenRoaming/Passpoint on the public SSID, with WPA3-Enhanced Open as a fallback where appropriate.
  • Passwordless WiFi: the broader hub covering EAP-TLS, iPSK, Passpoint, and SAML.
  • RADIUS-as-a-Service: the cloud RADIUS engine that authenticates every join request.
  • The Staff WiFi Standard: benchmark your WPA-Enterprise rollout against the Bronze, Silver, and Gold framework for IT leaders.

Compare WPA2-Enterprise against a shared PSK to see how the two modes differ on per-user credentials, audit logs, and employee offboarding.

Frequently asked

What is WPA-Enterprise?

WPA-Enterprise is the IEEE 802.11 security mode designed for organizations. Instead of a single shared password (WPA-Personal), each user or device authenticates individually against a RADIUS server via 802.1X, typically with a certificate (EAP-TLS) or username and password (PEAP). Every session gets a unique encryption key, and access can be revoked per-device without disrupting the rest of the network.

What is the difference between WPA2-Enterprise and WPA3-Enterprise?

WPA3-Enterprise fixes known weaknesses in WPA2-Enterprise. The most important changes: server-certificate validation is now mandatory (closes the evil-twin attack vector that plagued WPA2), management frames are protected, and the optional 192-bit Suite B mode offers defense-grade cryptography. WPA3-Enterprise is backwards-compatible with WPA2-Enterprise in a transition mode, so you can upgrade gradually.

How does 802.1X authentication work?

Three parties are involved. The supplicant (client device) asks to join. The authenticator (access point) holds the client in a quarantine state and forwards its EAP messages to an authentication server (RADIUS). The RADIUS server validates the credential - certificate, password, or token - and tells the access point to admit or reject. Each successful session gets a unique encryption key derived from the authentication, so one compromised device cannot decrypt another.

What is EAP-TLS and why is it the gold standard?

EAP-TLS uses a TLS handshake with mutual certificate authentication. The client proves its identity with a device certificate, the server proves its identity with a server certificate, and the session key is negotiated inside the encrypted tunnel. There is no password to phish or steal - you would have to extract the private key from the device itself. For managed fleets with an MDM, EAP-TLS is the right default.

Can I deploy WPA3-Enterprise on my existing access points?

Most enterprise-grade access points released from 2020 onwards support WPA3-Enterprise in firmware. You typically enable WPA3-Enterprise on the SSID and keep WPA2 as a fallback during the transition. Older APs may only support WPA2-Enterprise - those are still secure when paired with cloud RADIUS and EAP-TLS, so a forklift upgrade is rarely needed.

Do I need to run a RADIUS server to use WPA-Enterprise?

Yes - WPA-Enterprise is defined around an external authentication server, which in practice means RADIUS. You can run it on-premise (FreeRADIUS, Microsoft NPS, Cisco ISE) or consume it as a service. Purple RADIUS-as-a-Service is the cloud-hosted option most customers pick when they do not want to operate servers.

Is WPA2-Enterprise still safe to deploy?

Yes, when deployed correctly. The known attacks on WPA2-Enterprise all require either a mis-configured client (no server-certificate validation, which is what WPA3 makes mandatory) or physical access to a device. Enforcing server-certificate validation via MDM and using EAP-TLS closes the practical risks. WPA3-Enterprise is still preferred going forward, but there is no reason to panic-migrate a working WPA2-Enterprise deployment.

How do I handle devices that do not support 802.1X?

Two good options. First, iPSK (Identity PSK) gives each device a unique pre-shared key on a single SSID - the user experience of WPA-Personal, the per-device revocation of WPA-Enterprise. Second, MAC Authentication Bypass (MAB) admits known-good MAC addresses to a constrained VLAN. Purple supports both alongside WPA2/3-Enterprise on the same network.

Can I deploy WPA2-Enterprise without running my own RADIUS server?

Yes - you do not need to run your own RADIUS server. WPA2-Enterprise requires a RADIUS authentication server by definition, but with Purple RADIUS-as-a-Service that server is cloud-hosted: you point your access points at Purple instead of standing up FreeRADIUS, Microsoft NPS, or Cisco ISE. You still get full 802.1X with EAP-TLS or PEAP against Entra ID, Okta, or Google Workspace, with no on-premise authentication hardware to install, patch, or keep highly available.

What is the difference between WPA2-Enterprise and WPA3-Enterprise?

WPA2-Enterprise uses 802.1X with CCMP-128 encryption. WPA3-Enterprise introduces mandatory Protected Management Frames (PMF) to prevent deauthentication attacks, supports 192-bit cryptographic suites (CNSA / Suite B), and eliminates obsolete fallback ciphers.

Can I deploy WPA2/WPA3-Enterprise without an on-premises RADIUS server?

Yes. Purple Cloud RADIUS replaces legacy Microsoft NPS and FreeRADIUS servers. Your wireless access points authenticate directly via redundant cloud RADIUS endpoints integrated with Microsoft Entra ID, Okta, or Google Workspace.

How does WPA-Enterprise integrate with Microsoft Entra ID (Azure AD)?

Purple syncs with Entra ID using SCIM and OAuth 2.0. When an employee logs in via 802.1X or a client certificate, RADIUS checks user status and group membership in Entra ID in real time. Disabling an account in Entra ID revokes WiFi access immediately.

Last reviewed:

See how WPA-Enterprise works in venues like yours, and how Purple compares to alternatives.