Overview

Wi‑Fi Protected Access (commonly abbreviated WPA and WPA2) is a family of security protocols designed to protect wireless local area networks. These standards provide mechanisms for authenticating devices and encrypting data transmitted over a wireless link to reduce the risks that arose with earlier systems. WPA and WPA2 are intended to be used on IEEE 802.11 wireless networks — often referred to as a Wireless LAN — and they replace or improve upon the original Wired Equivalent Privacy (WEP) approach.

Core characteristics

WPA and WPA2 differ in the cryptographic techniques they use and in their level of security. Key features include:

  • Encryption: WPA originally introduced the Temporal Key Integrity Protocol (TKIP) as a stopgap replacement for WEP's weak RC4 usage. WPA2 implements the stronger AES-based CCMP cipher for confidentiality and integrity — see encryption details for background.
  • Authentication modes: Both standards support a pre‑shared key method and an enterprise authentication method, described below.
  • Compatibility: WPA was designed to be backward compatible with some older hardware via firmware updates; WPA2 implements the full IEEE 802.11i specification and requires support for AES on devices.

Modes: Personal and Enterprise

There are two primary deployment modes used in practice:

  • Personal (WPA‑PSK/WPA2‑PSK): Intended for home and small‑office networks. A single shared passphrase (pre‑shared key) is entered on each device to join the network. Security depends strongly on the strength of that passphrase.
  • Enterprise (WPA/WPA2‑Enterprise): Designed for larger organizations. Authentication is handled via an external server (typically RADIUS) using 802.1X and Extensible Authentication Protocol (EAP) methods. Each user receives individual credentials rather than a common passphrase.

History and development

WPA was introduced as an interim measure after widespread weaknesses were demonstrated in WEP. It provided improved key management and integrity checking without requiring all new hardware. WPA2, aligned with the IEEE 802.11i standard, followed as a more complete specification that standardized AES/CCMP for stronger protection. Over time additional revisions and successor standards (for example WPA3) have been developed to address new threats and usability concerns.

Security considerations and notable issues

While WPA2‑AES is significantly stronger than WEP, it is not immune to attacks. Practical compromises tend to exploit weak passwords, misconfigured networks, or implementation flaws rather than the core cipher when properly used. Notable incidents and research have revealed vulnerabilities in protocol implementations, underscoring the need to keep devices patched and properly configured. When using pre‑shared keys, choose long, unpredictable passphrases; when possible, use Enterprise mode for multi‑user environments.

Practical guidance and common uses

WPA/WPA2 are widely used across home routers, enterprise wireless infrastructures, and public hotspots. Typical recommendations include:

  • Prefer WPA2 with AES/CCMP or newer standards where supported.
  • Use WPA2‑Enterprise (802.1X) for businesses and campuses to provide per‑user credentials and centralized access control.
  • Keep firmware and client software up to date to mitigate protocol and implementation vulnerabilities.
  • Use strong passphrases for Personal mode and avoid default settings on access points.

For further technical references and protocol specifications consult resources on wireless encryption and standards compliance: encryption, protocol background at Wireless LAN documentation, or historical comparisons with WEP.