[wpa] Add CCMP backend (new AES-based cryptosystem)

Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Joshua Oreman
2009-08-07 23:07:11 -07:00
committed by Marty Connor
parent 8106cb130b
commit 5240fee38f
4 changed files with 535 additions and 0 deletions

View File

@@ -39,6 +39,11 @@ REQUIRE_OBJECT ( wireless_errors );
REQUIRE_OBJECT ( wep );
#endif
#ifdef CRYPTO_80211_WPA2
#define CRYPTO_80211_WPA
REQUIRE_OBJECT ( wpa_ccmp );
#endif
#ifdef CRYPTO_80211_WPA
REQUIRE_OBJECT ( wpa_psk );
REQUIRE_OBJECT ( wpa_tkip );

View File

@@ -70,6 +70,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*/
#define CRYPTO_80211_WEP /* WEP encryption (deprecated and insecure!) */
#define CRYPTO_80211_WPA /* WPA Personal, authenticating with passphrase */
#undef CRYPTO_80211_WPA2 /* Add support for stronger WPA cryptography */
/*
* Name resolution modules