summaryrefslogtreecommitdiff
path: root/openwrt/package/hostapd/files
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-23 13:16:37 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-23 13:16:37 +0000
commit1c47bcd5ec302cb24240292096bba2eb2a6cb95d (patch)
treed2cb96c3c2ae7cfdcc49523ccabaac8a541b78f5 /openwrt/package/hostapd/files
parent17104f2b8f06714dd958f1277b7454f23ac23f82 (diff)
downloadmtk-20170518-1c47bcd5ec302cb24240292096bba2eb2a6cb95d.zip
mtk-20170518-1c47bcd5ec302cb24240292096bba2eb2a6cb95d.tar.gz
mtk-20170518-1c47bcd5ec302cb24240292096bba2eb2a6cb95d.tar.bz2
update hostapd to latest development release (v0.4.5), add driver for hostap, enable wpa-psk.
SVN-Revision: 2276
Diffstat (limited to 'openwrt/package/hostapd/files')
-rw-r--r--openwrt/package/hostapd/files/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/hostapd/files/config b/openwrt/package/hostapd/files/config
index 90cf20e..e2237d6 100644
--- a/openwrt/package/hostapd/files/config
+++ b/openwrt/package/hostapd/files/config
@@ -10,7 +10,7 @@
# to override previous values of the variables.
# Driver interface for Host AP driver
-#CONFIG_DRIVER_HOSTAP=y
+CONFIG_DRIVER_HOSTAP=y
# Driver interface for wired authenticator
#CONFIG_DRIVER_WIRED=y
@@ -48,6 +48,9 @@ CONFIG_EAP_MSCHAPV2=y
# EAP-PEAP for the integrated EAP authenticator
CONFIG_EAP_PEAP=y
+# EAP-PSK for the integrated EAP authenticator
+CONFIG_EAP_PSK=y
+
# EAP-GTC for the integrated EAP authenticator
CONFIG_EAP_GTC=y