diff options
| author | Felix Fietkau | 2019-02-12 13:04:07 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2019-02-12 14:12:35 +0000 |
| commit | 6a15077e2d7fa850ef5e49275cb7b62e36a6ab2c (patch) | |
| tree | 9ca47a38fb5afc4f9e68e911a46e2fc2e26a3dad | |
| parent | 9485ea721eb091acfa0f076ef12cf3cc3e6d6c8d (diff) | |
| download | openwrt-6a15077e2d7fa850ef5e49275cb7b62e36a6ab2c.tar.gz | |
hostapd: send wpa_supplicant logging output to syslog
Helpful for debugging network connectivity issues
Signed-off-by: Felix Fietkau <nbd@nbd.name>
| -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} \ |