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