diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 15:06:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 15:06:06 +0100 |
commit | fb29d8570b015c9bc0b7876db5b3a1dba732aa2a (patch) | |
tree | d85e6b46d8cf6db8d6e03983239a026301d4d98b /package/wpa_supplicant/files | |
parent | 011eae436ef9c42ffeae570d10964ab1265c081d (diff) |
implement WPA client mode
Diffstat (limited to 'package/wpa_supplicant/files')
-rw-r--r-- | package/wpa_supplicant/files/config | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/package/wpa_supplicant/files/config b/package/wpa_supplicant/files/config index b800b2fc5..c3f85d9c2 100644 --- a/package/wpa_supplicant/files/config +++ b/package/wpa_supplicant/files/config @@ -1,16 +1,8 @@ # rather important -#CONFIG_DRIVER_MADWIFI=y -CONFIG_DRIVER_WEXT=y +CONFIG_DRIVER_NL80211=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 - |