X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=wpa_supplicant%2Fandroid.config;h=02505bb991aa4f0fb0af72bc28f644173780113d;hp=6c3ee6d6aca294a28864a315df0e727007e1dbc6;hb=6013bbe04f138f7d5d750a3e1939732cbde0426a;hpb=79c7b36d12b19aa140a79d21805ca7506d0eca57 diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index 6c3ee6d..02505bb 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -32,6 +32,9 @@ #CONFIG_DRIVER_NL80211=y CONFIG_LIBNL20=y +# QCA vendor extensions to nl80211 +CONFIG_DRIVER_NL80211_QCA=y + # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) #CONFIG_DRIVER_BSD=y #CFLAGS += -I/usr/local/include @@ -92,7 +95,7 @@ CONFIG_EAP_TTLS=y # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL, # the OpenSSL library must be patched (openssl-0.9.8d-tls-extensions.patch) # to add the needed functions. -CONFIG_EAP_FAST=y +#CONFIG_EAP_FAST=y # EAP-GTC CONFIG_EAP_GTC=y @@ -321,6 +324,10 @@ CONFIG_IEEE80211W=y # Add introspection support for new DBus control interface #CONFIG_CTRL_IFACE_DBUS_INTRO=y +# Add support for Binder control interface +# Only applicable for Android platforms. +#CONFIG_CTRL_IFACE_BINDER=y + # Add support for loading EAP methods dynamically as shared libraries. # When this option is enabled, each EAP method can be either included # statically (CONFIG_EAP_=y) or dynamically (CONFIG_EAP_=dyn). @@ -479,4 +486,7 @@ CONFIG_WIFI_DISPLAY=y # Enable Fast Session Transfer (FST) #CONFIG_FST=y +# Support Multi Band Operation +#CONFIG_MBO=y + include $(wildcard $(LOCAL_PATH)/android_config_*.inc)