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

1 2 3 4 5 6

  /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() {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
AuthParam.java 1 package com.android.server.wifi.anqp.eap;
8 public EAP.AuthInfoID getAuthInfoID();
  /external/wpa_supplicant_8/wpa_supplicant/examples/
ieee8021x.conf 1 # IEEE 802.1X with dynamic WEP keys using EAP-PEAP/MSCHAPv2
8 eap=PEAP
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_tls.c 2 * hostapd / EAP-TLS (RFC 2716)
47 wpa_printf(MSG_DEBUG, "EAP-TLS: %s -> %s",
81 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
103 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
126 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
154 wpa_printf(MSG_ERROR, "EAP-TLS: Failed to allocate memory for "
191 wpa_printf(MSG_DEBUG, "EAP-TLS: %s - unexpected state %d",
202 wpa_printf(MSG_DEBUG, "EAP-TLS: Done");
230 wpa_printf(MSG_INFO, "EAP-TLS: Invalid frame");
243 wpa_printf(MSG_DEBUG, "EAP-TLS: Client acknowledged final TLS
377 struct eap_method *eap; local
402 struct eap_method *eap; local
429 struct eap_method *eap; local
    [all...]
eap_server_methods.c 2 * EAP server method registration
20 * eap_server_get_eap_method - Get EAP method based on type number
21 * @vendor: EAP Vendor-Id (0 = IETF)
22 * @method: EAP type number
23 * Returns: Pointer to EAP method or %NULL if not found
37 * eap_server_get_type - Get EAP type for the given EAP method name
38 * @name: EAP method name, e.g., TLS
39 * @vendor: Buffer for returning EAP Vendor-Id
40 * Returns: EAP method type or %EAP_TYPE_NONE if not foun
74 struct eap_method *eap; local
    [all...]
eap_server_identity.c 2 * hostapd / EAP-Identity
70 wpa_printf(MSG_ERROR, "EAP-Identity: Failed to allocate "
91 wpa_printf(MSG_INFO, "EAP-Identity: Invalid frame");
109 wpa_printf(MSG_DEBUG, "EAP-Identity: failed to pick "
122 wpa_hexdump_ascii(MSG_DEBUG, "EAP-Identity: Peer identity", pos, len);
126 eap_log_msg(sm, "EAP-Response/Identity '%s'", buf);
159 struct eap_method *eap; local
161 eap = eap_server_method_alloc(EAP_SERVER_METHOD_INTERFACE_VERSION,
164 if (eap == NULL)
167 eap->init = eap_identity_init
    [all...]
eap_server_vendor_test.c 2 * hostapd / Test method for vendor specific (expanded) EAP type
44 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: %s -> %s",
80 wpa_printf(MSG_ERROR, "EAP-VENDOR-TEST: Failed to allocate "
99 wpa_printf(MSG_INFO, "EAP-VENDOR-TEST: Invalid frame");
170 struct eap_method *eap; local
172 eap = eap_server_method_alloc(EAP_SERVER_METHOD_INTERFACE_VERSION,
175 if (eap == NULL)
178 eap->init = eap_vendor_test_init;
179 eap->reset = eap_vendor_test_reset;
180 eap->buildReq = eap_vendor_test_buildReq
    [all...]
eap_server_md5.c 2 * hostapd / EAP-MD5 server
51 wpa_printf(MSG_ERROR, "EAP-MD5: Failed to get random data");
59 wpa_printf(MSG_ERROR, "EAP-MD5: Failed to allocate memory for "
67 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Challenge", data->challenge,
84 wpa_printf(MSG_INFO, "EAP-MD5: Invalid frame");
88 wpa_printf(MSG_INFO, "EAP-MD5: Invalid response "
108 wpa_printf(MSG_INFO, "EAP-MD5: Plaintext password not "
119 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Response", pos, CHAP_MD5_LEN);
124 wpa_printf(MSG_INFO, "EAP-MD5: CHAP MD5 operation failed");
130 wpa_printf(MSG_DEBUG, "EAP-MD5: Done - Success")
155 struct eap_method *eap; local
    [all...]
eap_server_gtc.c 2 * hostapd / EAP-GTC (RFC 3748)
33 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
63 wpa_printf(MSG_ERROR, "EAP-GTC: Failed to allocate memory for "
85 wpa_printf(MSG_INFO, "EAP-GTC: Invalid frame");
104 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", pos, rlen);
111 wpa_printf(MSG_DEBUG, "EAP-GTC: Too short response "
112 "for EAP-FAST prefix");
123 wpa_printf(MSG_DEBUG, "EAP-GTC: No password in "
124 "response to EAP-FAST prefix")
204 struct eap_method *eap; local
    [all...]
eap_server_wsc.c 2 * EAP-WSC server for Wi-Fi Protected Setup
57 wpa_printf(MSG_DEBUG, "EAP-WSC: %s -> %s",
72 wpa_printf(MSG_DEBUG, "EAP-WSC: Timeout while waiting for an External "
94 wpa_hexdump_ascii(MSG_INFO, "EAP-WSC: Unexpected identity",
110 wpa_printf(MSG_INFO, "EAP-WSC: WPS Registrar not "
123 wpa_printf(MSG_DEBUG, "EAP-WSC: No AP PIN (password) "
135 wpa_printf(MSG_DEBUG, "EAP-WSC: Prefer PSK format for P2P "
173 wpa_printf(MSG_ERROR, "EAP-WSC: Failed to allocate memory for "
178 wpa_printf(MSG_DEBUG, "EAP-WSC: Send WSC/Start");
208 wpa_printf(MSG_ERROR, "EAP-WSC: Failed to allocate memory for
490 struct eap_method *eap; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_otp.c 2 * EAP peer method: EAP-OTP (RFC 3748)
42 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message",
54 wpa_printf(MSG_INFO, "EAP-OTP: Password not configured");
71 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-OTP: Response",
75 wpa_printf(MSG_DEBUG, "EAP-OTP: Forgetting used password");
85 struct eap_method *eap; local
87 eap = eap_peer_method_alloc(EAP_PEER_METHOD_INTERFACE_VERSION,
89 if (eap == NULL)
92 eap->init = eap_otp_init
    [all...]
eap_tls.c 2 * EAP peer method: EAP-TLS (RFC 2716)
40 wpa_printf(MSG_INFO, "EAP-TLS: Private key not configured");
52 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
55 wpa_printf(MSG_DEBUG, "EAP-TLS: Requesting Smartcard "
61 wpa_printf(MSG_DEBUG, "EAP-TLS: Requesting private "
90 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
117 wpa_printf(MSG_INFO, "EAP-TLS: Failed to initialize SSL.");
156 wpa_printf(MSG_DEBUG, "EAP-TLS: TLS processing failed");
176 wpa_printf(MSG_DEBUG, "EAP-TLS: Done")
392 struct eap_method *eap; local
418 struct eap_method *eap; local
445 struct eap_method *eap; local
    [all...]
eap_md5.c 2 * EAP peer method: EAP-MD5 (RFC 3748 and RFC 1994)
40 wpa_printf(MSG_INFO, "EAP-MD5: Password not configured");
48 wpa_printf(MSG_INFO, "EAP-MD5: Invalid frame (pos=%p len=%lu)",
60 wpa_printf(MSG_INFO, "EAP-MD5: Invalid challenge "
68 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Challenge",
71 wpa_printf(MSG_DEBUG, "EAP-MD5: Generating Challenge Response");
91 wpa_printf(MSG_INFO, "EAP-MD5: CHAP MD5 operation failed");
96 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Response", rpos, CHAP_MD5_LEN);
104 struct eap_method *eap; local
    [all...]
eap_gtc.c 2 * EAP peer method: EAP-GTC (RFC 3748)
29 wpa_printf(MSG_DEBUG, "EAP-GTC: EAP-FAST tunnel - use prefix "
62 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Request message", pos, len);
65 wpa_printf(MSG_DEBUG, "EAP-GTC: Challenge did not start with "
70 * error case which seems to use EAP-MSCHAPv2 like error
71 * reporting with EAP-GTC inside EAP-FAST tunnel. */
86 wpa_printf(MSG_INFO, "EAP-GTC: Password not configured")
129 struct eap_method *eap; local
    [all...]
eap_vendor_test.c 2 * EAP peer method: Test method for vendor specific (expanded) EAP type
8 * This file implements a vendor specific test method using EAP expanded types.
61 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Ready to re-process pending "
83 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Unexpected message "
90 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Unexpected message "
97 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Unexpected message "
106 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Testing "
117 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Generating Response");
171 struct eap_method *eap; local
    [all...]
Makefile 17 eap.o \
eap_methods.c 2 * EAP peer: Method registration
25 * eap_peer_get_eap_method - Get EAP method based on type number
26 * @vendor: EAP Vendor-Id (0 = IETF)
27 * @method: EAP type number
28 * Returns: Pointer to EAP method or %NULL if not found
42 * eap_peer_get_type - Get EAP type for the given EAP method name
43 * @name: EAP method name, e.g., TLS
44 * @vendor: Buffer for returning EAP Vendor-Id
45 * Returns: EAP method type or %EAP_TYPE_NONE if not foun
284 struct eap_method *eap; local
    [all...]
eap_leap.c 2 * EAP peer method: LEAP
70 wpa_printf(MSG_DEBUG, "EAP-LEAP: Processing EAP-Request");
79 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid EAP-Request frame");
85 wpa_printf(MSG_WARNING, "EAP-LEAP: Unsupported LEAP version "
96 wpa_printf(MSG_INFO, "EAP-LEAP: Invalid challenge "
104 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Challenge from AP",
107 wpa_printf(MSG_DEBUG, "EAP-LEAP: Generating Challenge Response");
123 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Response"
274 const struct eap_hdr *eap; local
395 struct eap_method *eap; local
    [all...]
  /external/tcpdump/
print-eap.c 20 * Format and print EAP packets.
47 { EAP_FRAME_TYPE_PACKET, "EAP packet" },
84 #define EAP_TYPE_TTLS 21 /* draft-funk-eap-ttls-v0-01.txt */
110 /* RFC 2716 - EAP TLS bits */
124 /* EAP-AKA and EAP-SIM - RFC 4187 */
149 * Print EAP requests / responses
156 const struct eap_frame_t *eap; local
163 eap = (const struct eap_frame_t *)cp;
164 ND_TCHECK(*eap);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 160 # its certificate chain are included in EAP peer certificate events. This is
164 # EAP fast re-authentication
165 # By default, fast re-authentication is enabled for all EAP methods that
192 # Dynamic EAP methods
193 # If EAP methods were built dynamically as shared object files, they need to be
194 # loaded here before being used in the network blocks. By default, EAP methods
472 # (EAP-TLS). Full path to the file should be used since working
519 # Consortium to match the network, the EAP parameters need to be
523 # eap: Pre-configured EAP metho
    [all...]
interworking.c 20 #include "eap_peer/eap.h"
341 struct nai_realm_eap *eap; member in struct:nai_realm
352 os_free(realms[i].eap);
366 wpa_printf(MSG_DEBUG, "No room for EAP Method fixed fields");
372 wpa_printf(MSG_DEBUG, "No room for EAP Method subfield");
378 wpa_printf(MSG_DEBUG, "EAP Method: len=%u method=%u auth_count=%u",
407 wpa_printf(MSG_DEBUG, "EAP-TTLS/PAP");
410 wpa_printf(MSG_DEBUG, "EAP-TTLS/CHAP");
413 wpa_printf(MSG_DEBUG, "EAP-TTLS/MSCHAP");
416 wpa_printf(MSG_DEBUG, "EAP-TTLS/MSCHAPV2")
709 struct nai_realm_eap *eap = &realm->eap[e]; local
1600 struct nai_realm_eap *eap = NULL; local
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_common.c 2 * EAP common peer/server definitions
16 * eap_hdr_len_valid - Validate EAP header length field
17 * @msg: EAP frame (starting with EAP header)
21 * This is a helper function that does minimal validation of EAP messages. The
36 wpa_printf(MSG_INFO, "EAP: Too short EAP frame");
42 wpa_printf(MSG_INFO, "EAP: Invalid EAP length");
51 * eap_hdr_validate - Validate EAP heade
184 const struct eap_hdr *eap; local
    [all...]

Completed in 3743 milliseconds

1 2 3 4 5 6