diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-03-17 20:47:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-03-17 20:47:18 +0000 |
commit | 2167101c9089b2198d89e7490f8e7a541adb56e6 (patch) | |
tree | 8a94d5d29fd5598e459599a9f411381493cce429 /package/network/services/hostapd/files | |
parent | fe157ea1ba8ff29736fb1fa05b149ef165262699 (diff) | |
download | upstream-2167101c9089b2198d89e7490f8e7a541adb56e6.tar.gz upstream-2167101c9089b2198d89e7490f8e7a541adb56e6.tar.bz2 upstream-2167101c9089b2198d89e7490f8e7a541adb56e6.zip |
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.config | 1 | ||||
-rw-r--r-- | package/network/services/hostapd/files/hostapd-mini.config | 2 |
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 3a0ce12fc4..737bb649cc 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 3e94a645b5..eada893a6a 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 |