HomeSort by relevance Sort by last modified time
    Searched refs:EAP (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/packages/Osu/src/com/android/anqp/eap/
AuthParam.java 1 package com.android.anqp.eap;
8 public EAP.AuthInfoID getAuthInfoID();
InnerAuthEAP.java 1 package com.android.anqp.eap;
9 * An EAP authentication parameter, IEEE802.11-2012, table 8-188
13 private final EAP.EAPMethodID mEapMethodID;
20 mEapMethodID = EAP.mapEAPMethod(typeID);
23 public InnerAuthEAP(EAP.EAPMethodID eapMethodID) {
28 public EAP.AuthInfoID getAuthInfoID() {
29 return EAP.AuthInfoID.InnerAuthEAPMethodType;
32 public EAP.EAPMethodID getEAPMethodID() {
VendorSpecificAuth.java 1 package com.android.anqp.eap;
8 * An EAP authentication parameter, IEEE802.11-2012, table 8-188
20 public EAP.AuthInfoID getAuthInfoID() {
21 return EAP.AuthInfoID.VendorSpecific;
ExpandedEAPMethod.java 1 package com.android.anqp.eap;
12 * An EAP authentication parameter, IEEE802.11-2012, table 8-188
16 private final EAP.AuthInfoID mAuthInfoID;
20 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int length, ByteBuffer payload)
38 public ExpandedEAPMethod(EAP.AuthInfoID authInfoID, int vendorID, long vendorType) {
45 public EAP.AuthInfoID getAuthInfoID() {
Credential.java 1 package com.android.anqp.eap;
9 * An EAP authentication parameter, IEEE802.11-2012, table 8-188
26 private final EAP.AuthInfoID mAuthInfoID;
29 public Credential(EAP.AuthInfoID infoID, int length, ByteBuffer payload)
44 public EAP.AuthInfoID getAuthInfoID() {
EAPMethod.java 1 package com.android.anqp.eap;
17 * An EAP Method, part of the NAI Realm ANQP element, specified in
21 private final EAP.EAPMethodID mEAPMethodID;
22 private final Map<EAP.AuthInfoID, Set<AuthParam>> mAuthParams;
26 throw new ProtocolException("Runt EAP Method: " + payload.remaining());
33 mEAPMethodID = EAP.mapEAPMethod(methodID);
34 mAuthParams = new EnumMap<>(EAP.AuthInfoID.class);
44 EAP.AuthInfoID authInfoID = EAP.mapAuthMethod(id);
85 public EAPMethod(EAP.EAPMethodID eapMethodID, AuthParam authParam)
    [all...]
NonEAPInnerAuth.java 1 package com.android.anqp.eap;
12 * An EAP authentication parameter, IEEE802.11-2012, table 8-188
57 public EAP.AuthInfoID getAuthInfoID() {
58 return EAP.AuthInfoID.NonEAPInnerAuthType;
EAP.java 1 package com.android.anqp.eap;
8 * EAP Related constants for the ANQP NAIRealm element, IEEE802.11-2012 section 8.4.4.10
10 public abstract class EAP {
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpa2-eap-ccmp.conf 1 # WPA2-EAP/CCMP using EAP-TLS
6 ssid="example wpa2-eap network"
7 key_mgmt=WPA-EAP
11 eap=TLS
openCryptoki.conf 0 # EAP-TLS using private key and certificates via OpenSSL PKCS#11 engine and
24 key_mgmt=WPA-EAP
25 eap=TLS
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 2 * hostapd / EAP Full Authenticator state machine (RFC 4137)
24 #define STATE_MACHINE_DEBUG_PREFIX "EAP"
31 /* EAP state machines are described in RFC 4137 */
151 * @sm: Pointer to EAP state machine allocated with eap_server_sm_init()
154 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
157 * This function is used to fetch user information for EAP. The user will be
217 SM_STATE(EAP, DISABLED)
219 SM_ENTRY(EAP, DISABLED);
224 SM_STATE(EAP, INITIALIZE
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiSecurity.java 33 EAP(R.string.wifi_security_type_eap),
41 } else if (result.capabilities.contains("EAP")) {
42 return EAP;
53 return EAP;
62 case AccessPoint.SECURITY_EAP: return EAP;
AddWifiNetworkActivity.java 83 mWifiSecurity = WifiSecurity.EAP;
WifiConfigHelper.java 89 case EAP:
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 158 # its certificate chain are included in EAP peer certificate events. This is
162 # EAP fast re-authentication
163 # By default, fast re-authentication is enabled for all EAP methods that
193 # Dynamic EAP methods
194 # If EAP methods were built dynamically as shared object files, they need to be
195 # loaded here before being used in the network blocks. By default, EAP methods
506 # (EAP-TLS). Full path to the file should be used since working
560 # Consortium to match the network, the EAP parameters need to be
564 # eap: Pre-configured EAP metho
    [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseTest.py 29 # EAP Macros
30 EAP = WifiEnums.Eap
61 # Default configs for EAP networks.
63 Ent.EAP: int(EAP.PEAP),
73 Ent.EAP: int(EAP.TLS),
81 Ent.EAP: int(EAP.TTLS)
    [all...]
WifiEnterpriseRoamingTest.py 28 # EAP Macros
29 EAP = WifiEnums.Eap
55 Ent.EAP: int(EAP.PEAP),
63 Ent.EAP: int(EAP.TLS),
71 Ent.EAP: int(EAP.TTLS),
79 Ent.EAP: int(EAP.SIM)
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 36 ATTRIBUTE MS-Acct-EAP-Type 24 integer Microsoft
73 VALUE MS-Acct-Auth-Type EAP 5
75 # MS-Acct-EAP-Type Values
77 VALUE MS-Acct-EAP-Type MD5 4
78 VALUE MS-Acct-EAP-Type OTP 5
79 VALUE MS-Acct-EAP-Type Generic-Token-Card 6
80 VALUE MS-Acct-EAP-Type TLS 13
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 2 * EAP peer state machines (RFC 4137)
33 #define STATE_MACHINE_DEBUG_PREFIX "EAP"
91 wpa_printf(MSG_DEBUG, "EAP: Status notification: %s (param=%s)",
115 wpa_printf(MSG_DEBUG, "EAP: deinitialize previously used EAP method "
124 * eap_allowed_method - Check whether EAP method is allowed
125 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
127 * @method: EAP type
128 * Returns: 1 = allowed EAP method, 0 = not allowed
154 SM_STATE(EAP, INITIALIZE
    [all...]
  /frameworks/base/packages/Osu/src/com/android/configparse/
ConfigBuilder.java 10 import com.android.anqp.eap.AuthParam;
11 import com.android.anqp.eap.EAP;
12 import com.android.anqp.eap.EAPMethod;
13 import com.android.anqp.eap.NonEAPInnerAuth;
42 EAP.EAPMethodID eapMethodID = credential.getEAPMethod().getEAPMethodID();
46 Log.w(TAG, "Client cert and/or key included with EAP-TTLS profile");
63 throw new IOException("Unsupported EAP Method: " + eapMethodID);
103 throw new IOException("EAP-TTLS provisioned without user name or password");
110 authParam.getAuthInfoID() != EAP.AuthInfoID.NonEAPInnerAuthType)
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
OMADMAdapter.java 11 import com.android.anqp.eap.EAP;
27 import static com.android.anqp.eap.NonEAPInnerAuth.NonEAPType;
28 import static com.android.anqp.eap.NonEAPInnerAuth.mapInnerType;
182 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_TTLS, ExtWiFiPath,
188 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_TTLS, ExtWiFiPath,
194 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_TTLS, ExtWiFiPath,
200 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_TLS, ExtWiFiPath,
203 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_AKA, ExtWiFiPath,
206 mDevDetail.add(new ConstPathAccessor<>(EAP.EAP_AKAPrim, ExtWiFiPath
    [all...]
  /external/autotest/client/site_tests/network_8021xEapDetection/
network_8021xEapDetection.py 15 """The 802.1x EAP detection class.
18 Ensures that shill detects an EAP request frame sent by hostapd.
26 """Checks the interface for the EAP detection flag.
30 @return true if the "EAP detected" flag is set, false otherwise.
53 raise error.TestFail('EAP detection flag is already set.')
64 raise error.TestFail('EAP detection flag is not set.')
  /frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
MOManager.java 6 import com.android.anqp.eap.EAP;
7 import com.android.anqp.eap.EAPMethod;
8 import com.android.anqp.eap.ExpandedEAPMethod;
9 import com.android.anqp.eap.InnerAuthEAP;
10 import com.android.anqp.eap.NonEAPInnerAuth;
632 if (method.getEAPMethodID() == EAP.EAPMethodID.EAP_SIM
633 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKA
634 || method.getEAPMethodID() == EAP.EAPMethodID.EAP_AKAPrim) {
639 Integer.toString(EAP.mapEAPMethod(method.getEAPMethodID())), null)
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 44 private static final int EAP = 3;
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:
211 int eapMethod = getEapMethod(jsonConfig.getString("eap"));
279 if ("EAP".equalsIgnoreCase(security))
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 77 # Start of Macros for EAP
78 # EAP types
79 class Eap(IntEnum):
90 # EAP Phase2 types
101 EAP = "eap"
119 # End of Macros for EAP
    [all...]

Completed in 668 milliseconds

1 2