From: Felix Fietkau Date: Tue, 12 Feb 2019 13:04:07 +0000 (+0100) Subject: hostapd: send wpa_supplicant logging output to syslog X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fblogic.git;a=commitdiff_plain;h=6a15077e2d7fa850ef5e49275cb7b62e36a6ab2c hostapd: send wpa_supplicant logging output to syslog Helpful for debugging network connectivity issues Signed-off-by: Felix Fietkau --- diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index 7335e75fd5f3..970b27c14358 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} \