Here's a quick overview for you...
For the full scoop, check out "A Brief History of Wireless Security" at Security Uncorked A Brief History of Wireless Security
KNOWING YOUR NEED
It really depends on the data you need to protect. In the US, we have specific regulations over data protection for personal information, health and financial. A school network could contain:
- Student grades, names, gov ID, addresses <- Personal info
- Student health information (mental/clinical) <- Health info
- Employee names, addresses, gov ID <- Personal info
- Employee health or insurance info <- Health info
- Employee salary and benefits <- Financial data
THREE MINUTE OVERVIEW
Listed most secure to least secure.
1. Enterprise mode 802.11i (WPA2 with 802.1X and AES) > Connects to directory services to authenticate users or machines and uses 802.1X for key rotation. Not currently broken because the encryption is secure (AES) and the key rotation (802.1X) is not broken.
2. WPA or WPA2 with TKIP > Can be broken, but takes much more effort and the keys themselves aren't broken, the checksum is. The vulnerability is in the TKIP encryption (vs AES) and the threats under this type of attack are limited. TKIP was an interim crypto method before all hardware could support AES.
3. WPA2 with PSK > Uses a pre-shared key instead of rotating keys created by 802.1X. Pre-shared keys are more vulnerable, especially when not configured to rotate at all. Even rotating PSKs are not as secure as 802.1X keys. PSKs also do not offer any type of user authentication, since the keys are shared. If someone violates a policy or attacks the network, tracking down the wireless user is much more difficult with PSKs.
4. WEP with PSK > Just don't even do it.
-jj