Home
last modified time | relevance | path

Searched refs:phase2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DWifiConfigurationHelper.java120 Integer phase2, String identity, String anonymousIdentity, String caCert, in createEapConfig() argument
129 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE; in createEapConfig()
137 config.enterpriseConfig.setPhase2Method(phase2); in createEapConfig()
217 Integer phase2 = null; in getWifiConfiguration() local
219 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() argument
316 if ("PAP".equalsIgnoreCase(phase2)) { in getPhase2()
319 if ("MSCHAP".equalsIgnoreCase(phase2)) { in getPhase2()
322 if ("MSCHAPV2".equalsIgnoreCase(phase2)) { in getPhase2()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigurationUtilTest.java966 public String phase2; field in WifiConfigurationUtilTest.EnterpriseConfig
980 phase2 = "auth=" + WifiEnterpriseConfig.Phase2.strings[phase2Method]; in setPhase2()
/frameworks/base/proto/src/
Dwifi.proto673 // No phase2 method