Searched defs:TLS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java224 public static final int TLS = 1; field in class:WifiEnterpriseConfig.Eap
230 public static final String[] strings = { "PEAP", "TLS", "TTLS", "PWD" };
269 * @param eapMethod is one {@link Eap#PEAP}, {@link Eap#TLS}, {@link Eap#TTLS} or
278 case Eap.TLS:
654 /** Migrates the old style TLS config to the new config style. This should only be used

Completed in 55 milliseconds