wpa_supplicant.confd 636 B

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