Blame SOURCES/wpa_supplicant.sysconfig

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