17 lines
610 B
Plaintext
17 lines
610 B
Plaintext
# Use the flag "-i" before each of your interfaces, like so:
|
|
# INTERFACES="-ieth1 -iwlan0"
|
|
INTERFACES=""
|
|
|
|
# Use the flag "-D" before each driver, like so:
|
|
# DRIVERS="-Dwext"
|
|
DRIVERS=""
|
|
|
|
# Other arguments
|
|
# -u Enable the D-Bus interface (required for use with NetworkManager)
|
|
# -f Log to /var/log/wpa_supplicant.log
|
|
# -P Write pid file to /var/run/wpa_supplicant.pid
|
|
# required to return proper codes by init scripts (e.g. double "start" action)
|
|
# -B to daemonize that has to be used together with -P is already in wpa_supplicant.init.d
|
|
OTHER_ARGS="-P /var/run/wpa_supplicant.pid"
|
|
|