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