summaryrefslogtreecommitdiffstats
path: root/package/hostapd/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-11 00:34:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-11 00:34:42 +0000
commita8ea28ad9064395bf635ecd5d957796e2f0163c4 (patch)
tree232bc4194d8bcf8ab8417d27c69bbe6ce6e47772 /package/hostapd/files
parent9884abab6d1ced6ddf6611cd5cf74794d7dc115e (diff)
downloadmaster-31e0f0ae-a8ea28ad9064395bf635ecd5d957796e2f0163c4.tar.gz
master-31e0f0ae-a8ea28ad9064395bf635ecd5d957796e2f0163c4.tar.bz2
master-31e0f0ae-a8ea28ad9064395bf635ecd5d957796e2f0163c4.zip
hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now
SVN-Revision: 18360
Diffstat (limited to 'package/hostapd/files')
-rw-r--r--package/hostapd/files/full.config14
-rw-r--r--package/hostapd/files/mini.config13
2 files changed, 26 insertions, 1 deletions
diff --git a/package/hostapd/files/full.config b/package/hostapd/files/full.config
index 8643a2b0ae..07c924fe90 100644
--- a/package/hostapd/files/full.config
+++ b/package/hostapd/files/full.config
@@ -142,3 +142,17 @@ CONFIG_IEEE80211N=y
# This can be used to reduce the size of the hostapd considerably if debugging
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
+
+# Remove support for RADIUS accounting
+#CONFIG_NO_ACCOUNTING=y
+
+# Remove support for RADIUS
+#CONFIG_NO_RADIUS=y
+
+# Remove support for VLANs
+#CONFIG_NO_VLAN=y
+
+CONFIG_TLS=internal
+CONFIG_INTERNAL_LIBTOMMATH=y
+CONFIG_INTERNAL_AES=y
+NEED_AES_DEC=y
diff --git a/package/hostapd/files/mini.config b/package/hostapd/files/mini.config
index 37f76d1858..1720dddbf8 100644
--- a/package/hostapd/files/mini.config
+++ b/package/hostapd/files/mini.config
@@ -40,7 +40,7 @@ CONFIG_DRIVER_NL80211=y
#CONFIG_DRIVER_NONE=y
# IEEE 802.11F/IAPP
-CONFIG_IAPP=y
+# CONFIG_IAPP=y
# WPA2/IEEE 802.11i RSN pre-authentication
CONFIG_RSN_PREAUTH=y
@@ -142,3 +142,14 @@ CONFIG_IEEE80211N=y
# This can be used to reduce the size of the hostapd considerably if debugging
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
+
+# Remove support for RADIUS accounting
+CONFIG_NO_ACCOUNTING=y
+
+# Remove support for RADIUS
+CONFIG_NO_RADIUS=y
+
+# Remove support for VLANs
+#CONFIG_NO_VLAN=y
+
+CONFIG_TLS=internal