Searched defs:eapMethod (Results 1 – 9 of 9) 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()
581 String eapMethod = EAP_METHOD_PREFIX.get(config.enterpriseConfig.getEapMethod()); in getAnonymousIdentityWith3GppRealm() local681 private static String buildIdentity(int eapMethod, String imsi, String mccMnc, in buildIdentity()723 int eapMethod = config.enterpriseConfig.getEapMethod(); in getSimMethodForConfig() local
602 int eapMethod = config.enterpriseConfig.getEapMethod(); in updateFromWifiConfiguration() local630 private int getEapMethodProto(int eapMethod) { in getEapMethodProto()
519 String eapMethod = loader.loadValue(EAP_KEY); in loadFromSupplicant() local538 public void setEapMethod(int eapMethod) { in setEapMethod()
895 int eapMethod = WifiEnterpriseConfig.Eap.NONE; in buildEnterpriseConfigForSimCredential() local
1808 public int eapMethod = -1; field in SupplicantStaNetworkHalTest.SupplicantNetworkVariables
960 EnterpriseConfig(int eapMethod) { in EnterpriseConfig()
371 public static WifiConfiguration createEapNetwork(int eapMethod, int phase2Method) { in createEapNetwork()
202 EAPMethod eapMethod = new EAPMethod(eapMethodID, authParamMap); in createNAIRealmElement() local