Line 10... |
Line 10... |
10 |
# -u Enable the D-Bus interface (required for use with NetworkManager)
|
10 |
# -u Enable the D-Bus interface (required for use with NetworkManager)
|
11 |
# -f Log to /var/log/wpa_supplicant.log
|
11 |
# -f Log to /var/log/wpa_supplicant.log
|
12 |
# -P Write pid file to /var/run/wpa_supplicant.pid
|
12 |
# -P Write pid file to /var/run/wpa_supplicant.pid
|
13 |
# required to return proper codes by init scripts (e.g. double "start" action)
|
13 |
# required to return proper codes by init scripts (e.g. double "start" action)
|
14 |
# -B to daemonize that has to be used together with -P is already in wpa_supplicant.init.d
|
14 |
# -B to daemonize that has to be used together with -P is already in wpa_supplicant.init.d
|
- |
|
15 |
# -t include timestamp in debug messages
|
15 |
OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P /var/run/wpa_supplicant.pid"
|
16 |
OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P /var/run/wpa_supplicant.pid -t"
|
16 |
|
- |
|