summaryrefslogtreecommitdiffstats
path: root/src/config/config_net80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config_net80211.c')
-rw-r--r--src/config/config_net80211.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/config_net80211.c b/src/config/config_net80211.c
index bcb76a74..59986b90 100644
--- a/src/config/config_net80211.c
+++ b/src/config/config_net80211.c
@@ -31,3 +31,10 @@ REQUIRE_OBJECT ( iwmgmt_cmd );
REQUIRE_OBJECT ( wireless_errors );
#endif
+/*
+ * Drag in 802.11 cryptosystems and handshaking protocols
+ *
+ */
+#ifdef CRYPTO_80211_WEP
+REQUIRE_OBJECT ( wep );
+#endif