aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit024a52bb3486838f76da27701cc6fdcf2a53a134 (patch)
treec9301da018622e17bc1e092e737c3ac9bb3c9bec /package/hostapd/files
parent0f617d3d7561af0a9a9dac89f6e131bdadde5a6a (diff)
downloadmaster-187ad058-024a52bb3486838f76da27701cc6fdcf2a53a134.tar.gz
master-187ad058-024a52bb3486838f76da27701cc6fdcf2a53a134.tar.bz2
master-187ad058-024a52bb3486838f76da27701cc6fdcf2a53a134.zip
update hostapd to latest development release (v0.4.5),
add driver for hostap, enable wpa-psk. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/files')
-rw-r--r--package/hostapd/files/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/hostapd/files/config b/package/hostapd/files/config
index 90cf20ed9d..e2237d6d8d 100644
--- a/package/hostapd/files/config
+++ b/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