X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2Fandroid.config;h=02505bb991aa4f0fb0af72bc28f644173780113d;hb=be7ebd892ee7c47ff291de4e7802c14758f02a3d;hp=e9c0a010358ca77d2390f2c1e0e85221c5347a0e;hpb=b658547dd58492d2e618650f9ae0b85466bb3e9e;p=mech_eap.git diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index e9c0a01..02505bb 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -95,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 @@ -324,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). @@ -482,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)