From 6a15077e2d7fa850ef5e49275cb7b62e36a6ab2c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 12 Feb 2019 14:04:07 +0100 Subject: [PATCH] hostapd: send wpa_supplicant logging output to syslog Helpful for debugging network connectivity issues Signed-off-by: Felix Fietkau --- package/network/services/hostapd/files/hostapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index 7335e75fd5..970b27c143 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -892,7 +892,7 @@ wpa_supplicant_run() { _wpa_supplicant_common "$ifname" - /usr/sbin/wpa_supplicant -B \ + /usr/sbin/wpa_supplicant -B -s \ ${network_bridge:+-b $network_bridge} \ -P "/var/run/wpa_supplicant-${ifname}.pid" \ -D ${_w_driver:-wext} \ -- 2.30.2