1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 17:21:30 +03:00
openwrt-xburst/package/wpa_supplicant/files/config
nico 7a33fb1c96 update wpa_supplicant to latest development release (v0.4.5),
add drivers for hostap, madwifi and generic wext.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-10-23 12:22:13 +00:00

18 lines
285 B
Plaintext

# rather important
CONFIG_DRIVER_BROADCOM=y
CONFIG_DRIVER_HOSTAP=y
CONFIG_DRIVER_MADWIFI=y
CONFIG_DRIVER_WEXT=y
CONFIG_IEEE8021X_EAPOL=y
CONFIG_CTRL_IFACE=y
# default
CONFIG_EAP_PSK=y
CONFIG_EAP_MD5=y
# optional
CONFIG_MSCHAPV2=y
CONFIG_EAP_TLS=y
CONFIG_EAP_PEAP=y
CONFIG_EAP_TTLS=y