Browse Source

Android: Enable EAP-AKA support in the build

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Deepthi Gowri 12 years ago
parent
commit
bd3ca9d0bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wpa_supplicant/android.config

+ 1 - 1
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.