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