aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/files/netifd.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-12 21:22:17 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-12 21:22:17 +0000
commitb41d91bff67577039a9fb9825ba3efd1d0a163a6 (patch)
treeb0abca4d1d2a258b950658fbba575a5c91e33316 /package/network/services/hostapd/files/netifd.sh
parent864d4981538048d12b91b96706bcae7bd3623132 (diff)
downloadmaster-187ad058-b41d91bff67577039a9fb9825ba3efd1d0a163a6.tar.gz
master-187ad058-b41d91bff67577039a9fb9825ba3efd1d0a163a6.tar.bz2
master-187ad058-b41d91bff67577039a9fb9825ba3efd1d0a163a6.zip
802.11s: fix authsae support in netifd
This patch implements support for 802.11s protected mesh wireless networks (using authsae) in the netifd framework. Until meshd-nl80211 implements a proper -P option for the PID file, this uses shell backgrounding in order to be able to get the PID for the process. Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40497 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/files/netifd.sh')
-rw-r--r--package/network/services/hostapd/files/netifd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh
index 12326698c5..1372b5ade7 100644
--- a/package/network/services/hostapd/files/netifd.sh
+++ b/package/network/services/hostapd/files/netifd.sh
@@ -586,5 +586,5 @@ wpa_supplicant_run() {
}
hostapd_common_cleanup() {
- killall hostapd wpa_supplicant
+ killall hostapd wpa_supplicant meshd-nl80211
}