Searched refs:TTLS (Results 1 - 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
H A DWifiEnterpriseConfigTest.java171 mEnterpriseConfig.setEapMethod(Eap.TTLS);
172 assertEquals("TTLS", getSupplicantEapMethod());
194 /** Verfies that the correct "autheap" parameter is supplied for TTLS/GTC. */
202 mEnterpriseConfig.setEapMethod(Eap.TTLS);
203 assertEquals("TTLS", getSupplicantEapMethod());
210 mEnterpriseConfig.setEapMethod(Eap.TTLS);
212 assertEquals("TTLS", getSupplicantEapMethod());
224 enterpriseConfig.setEapMethod(Eap.TTLS);
227 assertEquals("TTLS", getSupplicantEapMethod());
235 enterpriseConfig.setEapMethod(Eap.TTLS);
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java778 testSaveLoadSingleEapNetwork("eap network", new EnterpriseConfig(Eap.TTLS)
782 testSaveLoadSingleEapNetwork("eap network", new EnterpriseConfig(Eap.TTLS)
1486 EnterpriseConfig eapConfig = new EnterpriseConfig(Eap.TTLS)
1499 EnterpriseConfig eapConfig = new EnterpriseConfig(Eap.TTLS);
1511 EnterpriseConfig eapConfig = new EnterpriseConfig(Eap.TTLS).setPhase2(Phase2.MSCHAPV2);
1512 EnterpriseConfig papConfig = new EnterpriseConfig(Eap.TTLS).setPhase2(Phase2.PAP);
1523 EnterpriseConfig eapConfigNoCerts = new EnterpriseConfig(Eap.TTLS)
1527 EnterpriseConfig eapConfig1Cert = new EnterpriseConfig(Eap.TTLS)
1541 EnterpriseConfig eapConfig = new EnterpriseConfig(Eap.TTLS)
1546 EnterpriseConfig eapConfigNewCert = new EnterpriseConfig(Eap.TTLS)
[all...]
H A DPasspointManagementObjectManagerTest.java95 enterpriseConfig.setEapMethod(WifiEnterpriseConfig.Eap.TTLS);
187 assertEquals("RK TTLS", homeSP.getFriendlyName());
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java296 public static final int TTLS = 2; field in class:WifiEnterpriseConfig.Eap
309 { "PEAP", "TLS", "TTLS", "PWD", "SIM", "AKA", "AKA'", "WFA-UNAUTH-TLS" };
389 boolean is_autheap = mEapMethod == Eap.TTLS && mPhase2Method == Phase2.GTC;
432 * @param eapMethod is one {@link Eap#PEAP}, {@link Eap#TLS}, {@link Eap#TTLS} or
445 case Eap.TTLS:
/frameworks/base/packages/Osu/src/com/android/configparse/
H A DConfigBuilder.java46 Log.w(TAG, "Client cert and/or key included with EAP-TTLS profile");
103 throw new IOException("EAP-TTLS provisioned without user name or password");
111 throw new IOException("Bad auth parameter for EAP-TTLS: " + authParam);
231 return WifiEnterpriseConfig.Eap.TTLS;
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java294 if ("TTLS".equalsIgnoreCase(eapMethod)) {
295 return WifiEnterpriseConfig.Eap.TTLS;
300 throw new IllegalArgumentException("EAP method must be one of TLS, TTLS, or PEAP");
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/configparse/
H A DConfigBuilder.java184 Log.w(TAG, "Client cert and/or key included with EAP-TTLS profile");
241 throw new IOException("EAP-TTLS provisioned without user name or password");
249 throw new IOException("Bad auth parameter for EAP-TTLS: " + authParam);
365 return WifiEnterpriseConfig.Eap.TTLS;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
H A DCredential.java202 case WifiEnterpriseConfig.Eap.TTLS:
216 throw new IOException("TTLS phase2 method " +
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java842 enterpriseConfig.getEapMethod() == WifiEnterpriseConfig.Eap.TTLS)) {
2030 enterpriseConfig.getEapMethod() == WifiEnterpriseConfig.Eap.TTLS ||

Completed in 321 milliseconds