From df5bde83daaf3c820b6ac1f8d383b16a64ebd2db Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt Date: Thu, 8 Jan 2015 16:49:03 -0800 Subject: [PATCH] Android: Remove EAP-FAST option Current BoringSSL version is not suitable for EAP-FAST. Signed-off-by: Dmitry Shmidt --- wpa_supplicant/android.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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