From: Dmitry Shmidt Date: Fri, 9 Jan 2015 00:49:03 +0000 (-0800) Subject: Android: Remove EAP-FAST option X-Git-Tag: hostap_2_6~523 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df5bde83daaf3c820b6ac1f8d383b16a64ebd2db;p=thirdparty%2Fhostap.git Android: Remove EAP-FAST option Current BoringSSL version is not suitable for EAP-FAST. Signed-off-by: Dmitry Shmidt --- diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index 0a8bf981b..02505bb99 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