From: Deepthi Gowri Date: Wed, 6 Feb 2013 23:07:14 +0000 (+0200) Subject: Android: Enable EAP-AKA support in the build X-Git-Tag: aosp-kk-from-upstream~585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd3ca9d0bf9a9dcc9145e983401f098d789dd22f;p=thirdparty%2Fhostap.git Android: Enable EAP-AKA support in the build Signed-hostap: Jouni Malinen --- diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index 6eacd0161..796ff64ac 100644 --- a/wpa_supplicant/android.config +++ b/wpa_supplicant/android.config @@ -176,7 +176,7 @@ CONFIG_EAP_PWD=y CONFIG_EAP_LEAP=y # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used) -#CONFIG_EAP_AKA=y +CONFIG_EAP_AKA=y # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used). # This requires CONFIG_EAP_AKA to be enabled, too.