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