diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:12:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-13 18:12:22 +0200 |
commit | a41d0c2ba0deabbaa9f6ade63f0dc0bf4cddc24c (patch) | |
tree | 1d4db7deb2afdf0bbcaebf3389c5d3e1932e4a0d /package/wpa_supplicant/files/config | |
parent | 8edb1cd5a6a03b391003a1047e0b3ca6d22acd45 (diff) | |
parent | d2f556494390602b912fac06169ea6ef7552ef2e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/wpa_supplicant/files/config')
-rw-r--r-- | package/wpa_supplicant/files/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/wpa_supplicant/files/config b/package/wpa_supplicant/files/config index c3f85d9c2..aa0ee6b17 100644 --- a/package/wpa_supplicant/files/config +++ b/package/wpa_supplicant/files/config @@ -1,8 +1,11 @@ # rather important CONFIG_DRIVER_NL80211=y -CONFIG_IEEE8021X_EAPOL=y +CONFIG_DRIVER_WEXT=y +#CONFIG_IEEE8021X_EAPOL=y CONFIG_CTRL_IFACE=y # default CONFIG_EAP_PSK=y CONFIG_EAP_MD5=y +# tls implementation +CONFIG_TLS=openssl |