http://git.etherboot.org
/
people
/
cooldavid
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[wpa] Add TKIP backend (legacy RC4-based cryptosystem)
[people/cooldavid/gpxe.git]
/
src
/
config
/
config_net80211.c
diff --git
a/src/config/config_net80211.c
b/src/config/config_net80211.c
index
59986b9
..
b1b640d
100644
(file)
--- a/
src/config/config_net80211.c
+++ b/
src/config/config_net80211.c
@@
-38,3
+38,8
@@
REQUIRE_OBJECT ( wireless_errors );
#ifdef CRYPTO_80211_WEP
REQUIRE_OBJECT ( wep );
#endif
#ifdef CRYPTO_80211_WEP
REQUIRE_OBJECT ( wep );
#endif
+
+#ifdef CRYPTO_80211_WPA
+REQUIRE_OBJECT ( wpa_psk );
+REQUIRE_OBJECT ( wpa_tkip );
+#endif