]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
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 6eacd0161de6d1fa5e1c10d6a79b3ed483c5238c..796ff64ac1e2684fb8d8eafb7c4c0d2df42fbe0d 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.