Searched defs:eapMethod (Results 1 – 14 of 14) sorted by relevance
119 public static WifiConfiguration createEapConfig(String ssid, String password, int eapMethod, in createEapConfig()216 int eapMethod = getEapMethod(jsonConfig.getString("eap")); in getWifiConfiguration() local297 private static int getEapMethod(String eapMethod) { in getEapMethod()
64 int eapMethod = recommendedNetwork.carrierApEapType; in createRecommendedNetworkConfig() local
524 int eapMethod = config.enterpriseConfig.getEapMethod(); in updateFromWifiConfiguration() local534 private int getEapMethodProto(int eapMethod) { in getEapMethodProto()
4908 private String buildIdentity(int eapMethod, String imsi, String mccMnc) { in buildIdentity()
266 private static String buildIdentity(int eapMethod, String imsi, String mccMnc, in buildIdentity()307 int eapMethod = config.enterpriseConfig.getEapMethod(); in getSimMethodForConfig() local350 public static boolean isSimEapMethod(int eapMethod) { in isSimEapMethod()
201 int eapMethod = in createEphemeralProfileForMatchingAp() local
141 public static boolean isCarrierEapMethod(int eapMethod) { in isCarrierEapMethod()
513 int eapMethod = ANQPMatcher.getCarrierEapMethodFromMatchingNAIRealm(domain, in findEapMethodFromNAIRealmMatchedWithCarrier() local529 public PasspointConfiguration createEphemeralPasspointConfigForCarrier(int eapMethod) { in createEphemeralPasspointConfigForCarrier()
767 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()
972 EnterpriseConfig(int eapMethod) { in EnterpriseConfig()
1604 public int eapMethod = -1; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
357 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()
174 EAPMethod eapMethod = new EAPMethod(eapMethodID, authParamMap); in createNAIRealmElement() local