# /etc/default/wpasupplicant

# WARNING! Make sure you have a configuration file!

ENABLED=0

# Useful flags:
#  -D <driver>		Wireless Driver
#  -i <ifname>		Interface (required, unless specified in config)
#  -c <config file>	Configuration file
#  -d 			Debugging (-dd for more)
#  -w			Wait for interface to come up

OPTIONS="-Bw -i wlan0 -c /etc/wpa_supplicant.conf -D wext"
