From cbd67dbdcd6f45ed54a4ec382c5a8ea4d082fa84 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 7 Dec 2020 13:46:43 +0000 Subject: mac80211: use hostapd PID returned from config_add Use PID returned from config_add instead of querying procd when adding configuration to hostapd. Signed-off-by: Daniel Golle --- package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'package/kernel/mac80211/files/lib/netifd') diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh index 95b6c817ff..7eea198cd9 100644 --- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh +++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh @@ -1019,8 +1019,7 @@ drv_mac80211_setup() { if [ "$no_reload" != "0" ]; then add_ap=1 ubus wait_for hostapd - ubus call hostapd config_add "{\"iface\":\"$primary_ap\", \"config\":\"${hostapd_conf_file}\"}" - local hostapd_pid=$(ubus call service list '{"name": "wpad"}' | jsonfilter -l 1 -e "@['wpad'].instances['hostapd'].pid") + local hostapd_pid=$(ubus call hostapd config_add "{\"iface\":\"$primary_ap\", \"config\":\"${hostapd_conf_file}\"}" | jsonfilter -l 1 -e @.pid) wireless_add_process "$hostapd_pid" "/usr/sbin/hostapd" 1 1 fi ret="$?" -- cgit v1.2.3