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>

SVN-Revision: 40497
This commit is contained in:
John Crispin
2014-04-12 21:22:17 +00:00
parent fca3f32fe8
commit 3bc77db5f5
3 changed files with 39 additions and 22 deletions

View File

@@ -586,5 +586,5 @@ wpa_supplicant_run() {
}
hostapd_common_cleanup() {
killall hostapd wpa_supplicant
killall hostapd wpa_supplicant meshd-nl80211
}