4 |
- |
1 |
# Use the flag "-i" before each of your interfaces, like so:
|
|
|
2 |
# INTERFACES="-ieth1 -iwlan0"
|
|
|
3 |
INTERFACES=""
|
|
|
4 |
|
|
|
5 |
# Use the flag "-D" before each driver, like so:
|
|
|
6 |
# DRIVERS="-Dwext"
|
|
|
7 |
DRIVERS=""
|
|
|
8 |
|
|
|
9 |
# Other arguments
|
|
|
10 |
# -u Enable the D-Bus interface (required for use with NetworkManager)
|
|
|
11 |
# -f Log to /var/log/wpa_supplicant.log
|
|
|
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)
|
|
|
14 |
# -B to daemonize that has to be used together with -P is already in wpa_supplicant.init.d
|
58 |
- |
15 |
# -t include timestamp in debug messages
|
|
|
16 |
OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P /var/run/wpa_supplicant.pid -t"
|