diff options
author | Felix Fietkau <nbd@nbd.name> | 2019-02-12 14:04:07 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-02-12 15:12:35 +0100 |
commit | 6a15077e2d7fa850ef5e49275cb7b62e36a6ab2c (patch) | |
tree | 9ca47a38fb5afc4f9e68e911a46e2fc2e26a3dad /package | |
parent | 9485ea721eb091acfa0f076ef12cf3cc3e6d6c8d (diff) | |
download | upstream-6a15077e2d7fa850ef5e49275cb7b62e36a6ab2c.tar.gz upstream-6a15077e2d7fa850ef5e49275cb7b62e36a6ab2c.tar.bz2 upstream-6a15077e2d7fa850ef5e49275cb7b62e36a6ab2c.zip |
hostapd: send wpa_supplicant logging output to syslog
Helpful for debugging network connectivity issues
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package')
-rw-r--r-- | package/network/services/hostapd/files/hostapd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} \ |