blob: df4268b3a64177122fbde7cb5a34a7589c1149c5 (
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 ath0 -D madwifi"
|