Home
last modified time | relevance | path

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

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiConfigurationHelper.java118 public static WifiConfiguration createEapConfig(String ssid, String password, int eapMethod, in createEapConfig()
211 int eapMethod = getEapMethod(jsonConfig.getString("eap")); in getWifiConfiguration() local
290 private static int getEapMethod(String eapMethod) { in getEapMethod()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCarrierNetworkNotifier.java64 int eapMethod = recommendedNetwork.carrierApEapType; in createRecommendedNetworkConfig() local
DClientModeImpl.java4874 private String buildIdentity(int eapMethod, String imsi, String mccMnc) { in buildIdentity()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java265 private static String buildIdentity(int eapMethod, String imsi, String mccMnc, in buildIdentity()
306 int eapMethod = config.enterpriseConfig.getEapMethod(); in getSimMethodForConfig() local
349 public static boolean isSimEapMethod(int eapMethod) { in isSimEapMethod()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointNetworkEvaluator.java201 int eapMethod = in createEphemeralProfileForMatchingAp() local
DUtils.java141 public static boolean isCarrierEapMethod(int eapMethod) { in isCarrierEapMethod()
DPasspointManager.java469 int eapMethod = ANQPMatcher.getCarrierEapMethodFromMatchingNAIRealm(domain, in findEapMethodFromNAIRealmMatchedWithCarrier() local
485 public PasspointConfiguration createEphemeralPasspointConfigForCarrier(int eapMethod) { in createEphemeralPasspointConfigForCarrier()
DPasspointProvider.java665 int eapMethod = WifiEnterpriseConfig.Eap.NONE; in buildEnterpriseConfigForSimCredential() local
/frameworks/base/wifi/java/android/net/wifi/
DWifiEnterpriseConfig.java407 String eapMethod = loader.loadValue(EAP_KEY); in loadFromSupplicant() local
426 public void setEapMethod(int eapMethod) { in setEapMethod()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationTestUtil.java356 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()
DSupplicantStaNetworkHalTest.java1604 public int eapMethod = -1; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
DWifiConfigurationUtilTest.java1020 EnterpriseConfig(int eapMethod) { in EnterpriseConfig()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java174 EAPMethod eapMethod = new EAPMethod(eapMethodID, authParamMap); in createNAIRealmElement() local