mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[wpa] Add CCMP backend (new AES-based cryptosystem)
Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
committed by
Marty Connor
parent
8106cb130b
commit
5240fee38f
@@ -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 );
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user