# /etc/default/wpasupplicant

# WARNING! Make sure you have a configuration file!

ENABLED=0

# This field sets the driver that wpa_supplicant will use to communicate
# with the hardware.
#
# IPW users will want to use wext (if they have a modern kernel) or ipw
#   if they have an older kernel (older than 2.6.14)
#
# Other possibilities are hostap, ndiswrapper, madwifi, ...
DRIVER=wext

# This field must be set to your wireless interface. If it's hotpluggable
# and can change names, consider using something like ifrename to set it
# to something static.
#
# The interface is typically ethX, or wlanX, or athX.
INTERFACE=EDITME

# Path to the configuration file, typically /etc/wpa_supplicant.conf
CONFIG=/etc/wpa_supplicant.conf

# See the manual page wpa_supplicant(1) for more options and information.

OPTIONS="-w -i ${INTERFACE} -D ${DRIVER} -c ${CONFIG}"

# EXAMPLES:

# OPTIONS="-i wlan0 -D hostap -c /etc/wpa_supplicant.conf"
# OPTIONS="-i ath0 -D madwifi -c /etc/wpa_supplicant.conf"
