25bef9cb0e
- Fix race when connecting to WPA-Enterprise/802.1x-enabled access points (rh #508509) - Don't double-scan when attempting to associate
17 lines
644 B
Plaintext
17 lines
644 B
Plaintext
# 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.d
|
|
OTHER_ARGS="-u -f /var/log/wpa_supplicant.log -P /var/run/wpa_supplicant.pid"
|
|
|