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