Android: Enable EAP-AKA support in the build
authorDeepthi Gowri <deepthi@codeaurora.org>
Wed, 6 Feb 2013 23:07:14 +0000 (01:07 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 8 Feb 2013 09:54:03 +0000 (11:54 +0200)
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

wpa_supplicant/android.config

index 6eacd01..796ff64 100644 (file)
@@ -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.