summaryrefslogtreecommitdiff
path: root/package/network/services/hostapd/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-03-17 20:47:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-03-17 20:47:18 +0000
commit2167101c9089b2198d89e7490f8e7a541adb56e6 (patch)
tree8a94d5d29fd5598e459599a9f411381493cce429 /package/network/services/hostapd/files
parentfe157ea1ba8ff29736fb1fa05b149ef165262699 (diff)
downloadmtk-20170518-2167101c9089b2198d89e7490f8e7a541adb56e6.zip
mtk-20170518-2167101c9089b2198d89e7490f8e7a541adb56e6.tar.gz
mtk-20170518-2167101c9089b2198d89e7490f8e7a541adb56e6.tar.bz2
hostapd: initial prototype of an ubus binding
Supports listing, removing and banning clients, and hooking into probe/assoc/auth requests via object subscribe. SVN-Revision: 36081
Diffstat (limited to 'package/network/services/hostapd/files')
-rw-r--r--package/network/services/hostapd/files/hostapd-full.config1
-rw-r--r--package/network/services/hostapd/files/hostapd-mini.config2
2 files changed, 3 insertions, 0 deletions
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index 3a0ce12..737bb64 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -162,3 +162,4 @@ CONFIG_NO_DUMP_STATE=y
CONFIG_WPS=y
CONFIG_FULL_DYNAMIC_VLAN=y
+CONFIG_UBUS=y
diff --git a/package/network/services/hostapd/files/hostapd-mini.config b/package/network/services/hostapd/files/hostapd-mini.config
index 3e94a64..eada893 100644
--- a/package/network/services/hostapd/files/hostapd-mini.config
+++ b/package/network/services/hostapd/files/hostapd-mini.config
@@ -155,3 +155,5 @@ CONFIG_NO_RADIUS=y
CONFIG_TLS=internal
CONFIG_NO_DUMP_STATE=y
+
+CONFIG_UBUS=y