Android: Remove EAP-FAST option
authorDmitry Shmidt <dimitrysh@google.com>
Fri, 9 Jan 2015 00:49:03 +0000 (16:49 -0800)
committerJouni Malinen <j@w1.fi>
Thu, 28 Apr 2016 17:43:43 +0000 (20:43 +0300)
Current BoringSSL version is not suitable for EAP-FAST.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
wpa_supplicant/android.config

index 0a8bf98..02505bb 100644 (file)
@@ -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