Searched refs:phase2 (Results 1 – 3 of 3) sorted by relevance
120 Integer phase2, String identity, String anonymousIdentity, String caCert, in createEapConfig() argument129 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE; in createEapConfig()137 config.enterpriseConfig.setPhase2Method(phase2); in createEapConfig()217 Integer phase2 = null; in getWifiConfiguration() local219 phase2 = getPhase2(jsonConfig.getString("phase2")); in getWifiConfiguration()237 config = createEapConfig(ssid, password, eapMethod, phase2, identity, in getWifiConfiguration()315 private static int getPhase2(String phase2) { in getPhase2() argument316 if ("PAP".equalsIgnoreCase(phase2)) { in getPhase2()319 if ("MSCHAP".equalsIgnoreCase(phase2)) { in getPhase2()322 if ("MSCHAPV2".equalsIgnoreCase(phase2)) { in getPhase2()[all …]
966 public String phase2; field in WifiConfigurationUtilTest.EnterpriseConfig980 phase2 = "auth=" + WifiEnterpriseConfig.Phase2.strings[phase2Method]; in setPhase2()
673 // No phase2 method