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

/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java44 private static final int EAP = 3; field in class:WifiConfigurationHelper
106 * Create a {@link WifiConfiguration} for an EAP secured network
110 * @param eapMethod The EAP method
160 * security being one of NONE, WEP, PSK, or EAP. If WEP, PSK, or EAP are selected, the field
161 * "password" must also be provided. If EAP is selected, then the fiels "eap", "phase2",
209 case EAP:
279 if ("EAP".equalsIgnoreCase(security)) {
280 return EAP;
282 throw new IllegalArgumentException("Security type must be one of NONE, WEP, PSK, or EAP");
[all...]
/frameworks/base/packages/Osu/src/com/android/anqp/eap/
H A DEAP.java8 * EAP Related constants for the ANQP NAIRealm element, IEEE802.11-2012 section 8.4.4.10
10 public abstract class EAP { class

Completed in 86 milliseconds