blob: 67c4cbddf84bf7fd7bac9c9c3f2c2cad78ea9032 (
plain)
1
2
3
4
5
6
7
8
|
# Useful flags:
# -i <ifname> Interface (required, unless specified in config)
# -D <driver> Wireless Driver
# -d Debugging (-dd for more)
# -q Quiet (-qq for more)
CONFIG="/etc/wpa_supplicant.conf"
OPTIONS="-i eth1 -D wext"
|