diff options
author | Matthias Hentges <oe@hentges.net> | 2004-11-07 20:13:31 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-11-07 20:13:31 +0000 |
commit | 6654e3bf9aedf28dd5ae475e8b817133e33e0874 (patch) | |
tree | f0967bc3b87a42a3cb622edfd16b2fb700359896 /nonworking/hostap | |
parent | b7f3aba0e25b35db58c7b56335586892a87b4788 (diff) |
Updated configuration for wpa_supplicant
BKrev: 418e81ebVUHSl3qoBAJjWli_tJCpAQ
Diffstat (limited to 'nonworking/hostap')
-rw-r--r-- | nonworking/hostap/files/wpa-defconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nonworking/hostap/files/wpa-defconfig b/nonworking/hostap/files/wpa-defconfig index e69de29bb2..2dac008aa5 100644 --- a/nonworking/hostap/files/wpa-defconfig +++ b/nonworking/hostap/files/wpa-defconfig @@ -0,0 +1,15 @@ +# CONFIG_DRIVER_HOSTAP is not set +CONFIG_DRIVER_WEXT=y +CONFIG_WIRELESS_EXTENSION=y +CONFIG_DRIVER_HOSTAP=y +CONFIG_IEEE8021X_EAPOL=y +CONFIG_EAP_MD5=y +CONFIG_MSCHAPV2=y +CONFIG_EAP_TLS=y +CONFIG_EAP_PEAP=y +CONFIG_EAP_TTLS=y +CONFIG_EAP_GTC=y +CONFIG_EAP_OTP=y +CONFIG_EAP_SIM=y +CONFIG_EAP_LEAP=y +#CONFIG_PCSC=y |