diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 13:16:37 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 13:16:37 +0000 |
commit | 7e671d62c215dbf8fd3b3bd45d5190fa93cc6e31 (patch) | |
tree | 938da5fe58caae20a87f8058b0e7b506f6c1055d /openwrt/package/hostapd/files | |
parent | 6889d835572a0087f17aefe8b5a4a4cd4d94d349 (diff) |
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@2276 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/hostapd/files')
-rw-r--r-- | openwrt/package/hostapd/files/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/hostapd/files/config b/openwrt/package/hostapd/files/config index 90cf20ed9..e2237d6d8 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 |