mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 17:42:47 +03:00
[wpa] Add TKIP backend (legacy RC4-based cryptosystem)
Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
committed by
Marty Connor
parent
0758111345
commit
8106cb130b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user