summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/wpa_supplicant/files/wpa_supplicant-0.2.5-config')
-rw-r--r--net-wireless/wpa_supplicant/files/wpa_supplicant-0.2.5-config27
1 files changed, 27 insertions, 0 deletions
diff --git a/net-wireless/wpa_supplicant/files/wpa_supplicant-0.2.5-config b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.2.5-config
new file mode 100644
index 000000000000..c43e6e0a6034
--- /dev/null
+++ b/net-wireless/wpa_supplicant/files/wpa_supplicant-0.2.5-config
@@ -0,0 +1,27 @@
+# Needed for the wireless drivers
+CONFIG_WIRELESS_EXTENSION=y
+
+# Drivers which compile out-of-the-box
+CONFIG_DRIVER_ATMEL=y
+CONFIG_DRIVER_HOSTAP=y
+CONFIG_DRIVER_NDISWRAPPER=y
+CONFIG_DRIVER_PRISM54=y
+CONFIG_DRIVER_WEXT=y
+
+# Drivers which doesn't compile out-of-the-box
+#CONFIG_DRIVER_HERMES=y
+
+# Drivers which compiles using patches/external sources
+CONFIG_DRIVER_IPW2100=y
+CONFIG_DRIVER_MADWIFI=y
+
+# Authentication methods
+CONFIG_IEEE8021X_EAPOL=y
+CONFIG_EAP_GTC=y
+CONFIG_EAP_LEAP=y
+CONFIG_EAP_MD5=y
+CONFIG_EAP_OTP=y
+CONFIG_EAP_SIM=y
+CONFIG_MSCHAPV2=y
+
+# ssl and pcap USE flags controls remaining options!