[wpa] Add TKIP backend (legacy RC4-based cryptosystem)

Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Joshua Oreman
2009-08-07 23:06:22 -07:00
committed by Marty Connor
parent 0758111345
commit 8106cb130b
4 changed files with 593 additions and 1 deletions

View File

@@ -38,3 +38,8 @@ REQUIRE_OBJECT ( wireless_errors );
#ifdef CRYPTO_80211_WEP
REQUIRE_OBJECT ( wep );
#endif
#ifdef CRYPTO_80211_WPA
REQUIRE_OBJECT ( wpa_psk );
REQUIRE_OBJECT ( wpa_tkip );
#endif

View File

@@ -69,7 +69,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
*
*/
#define CRYPTO_80211_WEP /* WEP encryption (deprecated and insecure!) */
#define CRYPTO_80211_WPA_PSK /* WPA "Personal" frontend using a passphrase */
#define CRYPTO_80211_WPA /* WPA Personal, authenticating with passphrase */
/*
* Name resolution modules