Home
last modified time | relevance | path

Searched defs:eapMethod (Results 1 – 14 of 14) 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/
DCarrierNetworkNotifier.java64 int eapMethod = recommendedNetwork.carrierApEapType; in createRecommendedNetworkConfig() local
DWifiMetrics.java524 int eapMethod = config.enterpriseConfig.getEapMethod(); in updateFromWifiConfiguration() local
534 private int getEapMethodProto(int eapMethod) { in getEapMethodProto()
DClientModeImpl.java4908 private String buildIdentity(int eapMethod, String imsi, String mccMnc) { in buildIdentity()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java266 private static String buildIdentity(int eapMethod, String imsi, String mccMnc, in buildIdentity()
307 int eapMethod = config.enterpriseConfig.getEapMethod(); in getSimMethodForConfig() local
350 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.java513 int eapMethod = ANQPMatcher.getCarrierEapMethodFromMatchingNAIRealm(domain, in findEapMethodFromNAIRealmMatchedWithCarrier() local
529 public PasspointConfiguration createEphemeralPasspointConfigForCarrier(int eapMethod) { in createEphemeralPasspointConfigForCarrier()
DPasspointProvider.java767 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/
DWifiConfigurationUtilTest.java972 EnterpriseConfig(int eapMethod) { in EnterpriseConfig()
DSupplicantStaNetworkHalTest.java1604 public int eapMethod = -1; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
DWifiConfigurationTestUtil.java357 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java174 EAPMethod eapMethod = new EAPMethod(eapMethodID, authParamMap); in createNAIRealmElement() local