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