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

  /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)
23 #define STATE_MACHINE_DEBUG_PREFIX "EAP"
30 /* EAP state machines are described in RFC 4137 */
82 * @sm: Pointer to EAP state machine allocated with eap_server_sm_init()
85 * @phase2: 0 = EAP phase1 user, 1 = EAP phase2 (tunneled) user
88 * This function is used to fetch user information for EAP. The user will be
148 SM_STATE(EAP, DISABLED)
150 SM_ENTRY(EAP, DISABLED);
155 SM_STATE(EAP, INITIALIZE
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 117 # EAP fast re-authentication
118 # By default, fast re-authentication is enabled for all EAP methods that
135 # Dynamic EAP methods
136 # If EAP methods were built dynamically as shared object files, they need to be
137 # loaded here before being used in the network blocks. By default, EAP methods
385 # (EAP-TLS). Full path to the file should be used since working
432 # Consortium to match the network, the EAP parameters need to be
436 # eap: Pre-configured EAP method
437 # This optional field can be used to specify which EAP method will b
    [all...]
nmake.mak 17 # Note: If EAP-FAST is included in the build, OpenSSL needs to be patched to
86 $(OBJDIR)\eap.obj \
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiSecurity.java 32 EAP(R.string.wifi_security_type_eap),
40 } else if (result.capabilities.contains("EAP")) {
41 return EAP;
52 return EAP;
58 if (EAP.getName(context).equals(name)) {
59 return EAP;
AddWifiNetworkActivity.java 89 mWifiSecurity = WifiSecurity.EAP;
WifiConfigHelper.java 95 case EAP:
  /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)
32 #define STATE_MACHINE_DEBUG_PREFIX "EAP"
88 wpa_printf(MSG_DEBUG, "EAP: Status notification: %s (param=%s)",
112 wpa_printf(MSG_DEBUG, "EAP: deinitialize previously used EAP method "
121 * eap_allowed_method - Check whether EAP method is allowed
122 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
124 * @method: EAP type
125 * Returns: 1 = allowed EAP method, 0 = not allowed
151 SM_STATE(EAP, INITIALIZE
    [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...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 330 # Example EAP-SIM/AKA interface for GSM/UMTS authentication. This can be
466 # Basic EAP functionality is needed for EAPOL
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
WifiSetupActivity.java 229 mWifiSecurity = WifiSecurity.EAP;
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 513 milliseconds