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