Searched refs:AKA (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/configparse/
H A DConfigBuilder.java237 return WifiEnterpriseConfig.Eap.AKA;
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java302 public static final int AKA = 5; field in class:WifiEnterpriseConfig.Eap
309 { "PEAP", "TLS", "TTLS", "PWD", "SIM", "AKA", "AKA'", "WFA-UNAUTH-TLS" };
447 case Eap.AKA:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DConfigBuilder.java371 return WifiEnterpriseConfig.Eap.AKA;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DCredential.java222 case WifiEnterpriseConfig.Eap.AKA:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java1098 || method == WifiEnterpriseConfig.Eap.AKA
H A DWifiMonitor.java1336 data.protocol = WifiEnterpriseConfig.Eap.AKA;
H A DWifiStateMachine.java928 // EAP-AKA/AKA': data[] contains rand & authn couple for the single challenge
4500 log("resetting EAP-SIM/AKA/AKA' networks since SIM was removed");
5596 // For SIM & AKA/AKA' EAP method Only, get identity from ICC
5602 || eapMethod == WifiEnterpriseConfig.Eap.AKA
5644 } else if (requestData.protocol == WifiEnterpriseConfig.Eap.AKA
6364 else if (eapMethod == WifiEnterpriseConfig.Eap.AKA)

Completed in 142 milliseconds