2007-12-06 23:40:35 +00:00
|
|
|
# Use the flag "-i" before each of your interfaces, like so:
|
|
|
|
# INTERFACES="-ieth1 -iwlan0"
|
2007-08-24 17:40:37 +00:00
|
|
|
INTERFACES=""
|
2007-12-06 23:40:35 +00:00
|
|
|
|
|
|
|
# Use the flag "-D" before each driver, like so:
|
|
|
|
# DRIVERS="-Dwext"
|
2007-08-24 17:40:37 +00:00
|
|
|
DRIVERS=""
|
2007-12-06 23:40:35 +00:00
|
|
|
|
|
|
|
# Other arguments
|
|
|
|
# -u Enable the D-Bus interface (required for use with NetworkManager)
|
|
|
|
# -f Log to /var/log/wpa_supplicant.log
|
2008-03-08 20:09:35 +00:00
|
|
|
OTHER_ARGS="-u -f /var/log/wpa_supplicant.log"
|