projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9c06d
)
wpa_supplicant: log to syslog instead of stdout
author
Stijn Tintel
<
[email protected]
>
Tue, 8 Aug 2017 05:56:06 +0000
(07:56 +0200)
committer
Stijn Tintel
<
[email protected]
>
Thu, 10 Aug 2017 14:35:53 +0000
(16:35 +0200)
While debugging an issue with a client device, wpa_supplicant did not
seem to log anything at all. Make wpa_supplicant log to syslog instead
of stdout, to make debugging easier and to be consistent with hostapd.
Signed-off-by: Stijn Tintel <
[email protected]
>
package/network/services/hostapd/files/hostapd.sh
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/hostapd.sh
b/package/network/services/hostapd/files/hostapd.sh
index 8e3f88a115f479497f07bade0298168e242d1e19..0030516ccd6bd6f0180c65bed333fa15892f0935 100644
(file)
--- a/
package/network/services/hostapd/files/hostapd.sh
+++ b/
package/network/services/hostapd/files/hostapd.sh
@@
-758,7
+758,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} \