Home
last modified time | relevance | path

Searched defs:eapMethod (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiConfigurationHelper.java119 public static WifiConfiguration createEapConfig(String ssid, String password, int eapMethod, in createEapConfig()
216 int eapMethod = getEapMethod(jsonConfig.getString("eap")); in getWifiConfiguration() local
297 private static int getEapMethod(String eapMethod) { in getEapMethod()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCarrierInfoManager.java581 String eapMethod = EAP_METHOD_PREFIX.get(config.enterpriseConfig.getEapMethod()); in getAnonymousIdentityWith3GppRealm() local
681 private static String buildIdentity(int eapMethod, String imsi, String mccMnc, in buildIdentity()
723 int eapMethod = config.enterpriseConfig.getEapMethod(); in getSimMethodForConfig() local
DWifiMetrics.java602 int eapMethod = config.enterpriseConfig.getEapMethod(); in updateFromWifiConfiguration() local
630 private int getEapMethodProto(int eapMethod) { in getEapMethodProto()
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java519 String eapMethod = loader.loadValue(EAP_KEY); in loadFromSupplicant() local
538 public void setEapMethod(int eapMethod) { in setEapMethod()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvider.java895 int eapMethod = WifiEnterpriseConfig.Eap.NONE; in buildEnterpriseConfigForSimCredential() local
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1808 public int eapMethod = -1; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
DWifiConfigurationUtilTest.java960 EnterpriseConfig(int eapMethod) { in EnterpriseConfig()
DWifiConfigurationTestUtil.java371 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java202 EAPMethod eapMethod = new EAPMethod(eapMethodID, authParamMap); in createNAIRealmElement() local