Searched defs:eapMethod (Results 1 – 13 of 13) sorted by relevance
118 public static WifiConfiguration createEapConfig(String ssid, String password, int eapMethod, in createEapConfig()211 int eapMethod = getEapMethod(jsonConfig.getString("eap")); in getWifiConfiguration() local290 private static int getEapMethod(String eapMethod) { in getEapMethod()
64 int eapMethod = recommendedNetwork.carrierApEapType; in createRecommendedNetworkConfig() local
4874 private String buildIdentity(int eapMethod, String imsi, String mccMnc) { in buildIdentity()
265 private static String buildIdentity(int eapMethod, String imsi, String mccMnc, in buildIdentity()306 int eapMethod = config.enterpriseConfig.getEapMethod(); in getSimMethodForConfig() local349 public static boolean isSimEapMethod(int eapMethod) { in isSimEapMethod()
201 int eapMethod = in createEphemeralProfileForMatchingAp() local
141 public static boolean isCarrierEapMethod(int eapMethod) { in isCarrierEapMethod()
469 int eapMethod = ANQPMatcher.getCarrierEapMethodFromMatchingNAIRealm(domain, in findEapMethodFromNAIRealmMatchedWithCarrier() local485 public PasspointConfiguration createEphemeralPasspointConfigForCarrier(int eapMethod) { in createEphemeralPasspointConfigForCarrier()
665 int eapMethod = WifiEnterpriseConfig.Eap.NONE; in buildEnterpriseConfigForSimCredential() local
407 String eapMethod = loader.loadValue(EAP_KEY); in loadFromSupplicant() local426 public void setEapMethod(int eapMethod) { in setEapMethod()
356 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()
1604 public int eapMethod = -1; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
1020 EnterpriseConfig(int eapMethod) { in EnterpriseConfig()
174 EAPMethod eapMethod = new EAPMethod(eapMethodID, authParamMap); in createNAIRealmElement() local