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

1 2 3 4 5 6

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
mschapv2.c 61 wpa_hexdump(MSG_DEBUG, "MSCHAPV2: auth_challenge",
63 wpa_hexdump(MSG_DEBUG, "MSCHAPV2: peer_challenge",
89 wpa_hexdump(MSG_DEBUG, "MSCHAPV2: NT Response",
91 wpa_hexdump(MSG_DEBUG, "MSCHAPV2: Auth Response",
eap_leap.c 109 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Challenge from AP",
128 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Response",
178 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Challenge to AP/AS", pos,
231 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: Response from AP",
249 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: Expected response from AP",
356 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: peer_challenge",
358 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: peer_response",
360 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_challenge",
362 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_response",
eap_psk.c 118 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr1->rand_s,
169 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_P", hdr2->rand_p,
171 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", hdr2->mac_p, EAP_PSK_MAC_LEN);
218 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr3->rand_s,
220 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_S", hdr3->mac_s, EAP_PSK_MAC_LEN);
221 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL", pchannel, left);
273 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - nonce",
275 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - hdr",
277 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - cipher msg", msg, left);
296 wpa_hexdump(MSG_DEBUG, "EAP-PSK: Decrypted PCHANNEL message"
    [all...]
eap_md5.c 74 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Challenge",
96 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Response", rpos, CHAP_MD5_LEN);
eap_pax.c 169 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: X (server rand)",
175 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ignored extra payload",
184 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Y (client rand)",
204 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: B = Y (client rand)",
218 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(A, B, CID)",
227 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
283 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)",
291 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: expected MAC_CK(B, CID)",
302 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ignored extra payload",
318 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.h 28 #define wpa_hexdump(...) do {} while (0) macro
52 #define wpa_hexdump(l,t,b,le) do { } while (0) macro
90 * wpa_hexdump - conditional hex dump
100 void wpa_hexdump(int level, const char *title, const u8 *buf, size_t len);
105 wpa_hexdump(level, title, wpabuf_head(buf), wpabuf_len(buf));
118 * like wpa_hexdump(), but by default, does not include secret keys (passwords,
pcsc_funcs.c 263 wpa_hexdump(MSG_DEBUG, "SCARD: file header FSP template",
346 wpa_hexdump(MSG_DEBUG, "SCARD: EF_DIR select", buf, blen);
367 wpa_hexdump(MSG_DEBUG, "SCARD: EF_DIR record", buf, rlen);
395 wpa_hexdump(MSG_DEBUG, "SCARD: AID from EF_DIR record",
567 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
576 wpa_hexdump(MSG_INFO, "SCARD: 3G USIM AID",
691 wpa_hexdump(MSG_DEBUG, "SCARD: scard_transmit: recv",
721 wpa_hexdump(MSG_DEBUG, "SCARD: select file by AID",
812 wpa_hexdump(MSG_DEBUG, "SCARD: file length determination response",
1054 wpa_hexdump(MSG_DEBUG, "SCARD: GSM auth - RAND", _rand, 16)
    [all...]
  /external/wpa_supplicant/
driver_ndis_.c 57 wpa_hexdump(MSG_MSGDUMP, "NDIS: received event data", buf, len);
72 wpa_hexdump(MSG_MSGDUMP, "NDIS: event data", data, data_len);
eap_leap.c 113 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Challenge from AP",
128 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Response",
181 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Challenge to AP/AS", pos,
238 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: Response from AP",
252 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: Expected response from AP",
352 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: peer_challenge",
354 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: peer_response",
356 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_challenge",
358 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_response",
eap_psk.c 114 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr1->rand_s,
164 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_P", hdr2->rand_p,
166 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", hdr2->mac_p, EAP_PSK_MAC_LEN);
212 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr3->rand_s,
214 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_S", hdr3->mac_s, EAP_PSK_MAC_LEN);
215 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL", pchannel, left);
260 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - nonce",
262 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - hdr", reqData, 5);
263 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - cipher msg", msg, left);
279 wpa_hexdump(MSG_DEBUG, "EAP-PSK: Decrypted PCHANNEL message"
    [all...]
asn1_test.c 104 wpa_hexdump(MSG_MSGDUMP, "ASN.1: INTEGER",
109 wpa_hexdump(MSG_MSGDUMP, "ASN.1: BitString",
114 wpa_hexdump(MSG_MSGDUMP, "ASN.1: OctetString",
136 wpa_hexdump(MSG_MSGDUMP, "ASN.1: Relative OID",
eap_sim_common.c 140 wpa_hexdump(MSG_DEBUG, "EAP-SIM: counter", counter, 2);
141 wpa_hexdump(MSG_DEBUG, "EAP-SIM: NONCE_S", nonce_s,
147 wpa_hexdump(MSG_DEBUG, "EAP-SIM: XKEY'", xkey, SHA1_MAC_LEN);
155 wpa_hexdump(MSG_DEBUG, "EAP-SIM: keying material (MSK)",
160 wpa_hexdump(MSG_DEBUG, "EAP-SIM: EMSK", emsk, EAP_EMSK_LEN);
192 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - msg", tmp, req_len);
193 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data",
198 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC: MAC",
220 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - msg", msg, msg_len);
221 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data"
    [all...]
eap_pax.c 180 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: X (server rand)",
186 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ignored extra payload",
195 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Y (client rand)",
217 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: B = Y (client rand)",
233 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(A, B, CID)",
242 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN);
301 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)",
309 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: expected MAC_CK(B, CID)",
320 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ignored extra payload",
338 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN)
    [all...]
pcsc_funcs.c 263 wpa_hexdump(MSG_DEBUG, "SCARD: file header FSP template",
346 wpa_hexdump(MSG_DEBUG, "SCARD: EF_DIR select", buf, blen);
367 wpa_hexdump(MSG_DEBUG, "SCARD: EF_DIR record", buf, rlen);
395 wpa_hexdump(MSG_DEBUG, "SCARD: AID from EF_DIR record",
567 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
576 wpa_hexdump(MSG_INFO, "SCARD: 3G USIM AID",
691 wpa_hexdump(MSG_DEBUG, "SCARD: scard_transmit: recv",
721 wpa_hexdump(MSG_DEBUG, "SCARD: select file by AID",
812 wpa_hexdump(MSG_DEBUG, "SCARD: file length determination response",
1054 wpa_hexdump(MSG_DEBUG, "SCARD: GSM auth - RAND", _rand, 16)
    [all...]
eap_md5.c 81 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Challenge",
108 wpa_hexdump(MSG_MSGDUMP, "EAP-MD5: Response", rpos, MD5_MAC_LEN);
eap_tlv.c 119 wpa_hexdump(MSG_DEBUG, "EAP-TLV: Received TLVs", pos, left);
166 wpa_hexdump(MSG_DEBUG, "EAP-TLV: Result TLV",
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis_.c 54 wpa_hexdump(MSG_MSGDUMP, "NDIS: received event data", buf, len);
69 wpa_hexdump(MSG_MSGDUMP, "NDIS: event data", data, data_len);
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_fast_common.c 81 wpa_hexdump(MSG_DEBUG, "EAP-FAST: client_random",
83 wpa_hexdump(MSG_DEBUG, "EAP-FAST: server_random",
187 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: EAP-Payload TLV",
199 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Result TLV", pos, len);
224 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Intermediate Result TLV",
250 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV",
269 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Request-Action TLV",
288 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: PAC TLV", pos, len);
eap_sim_common.c 142 wpa_hexdump(MSG_DEBUG, "EAP-SIM: counter", counter, 2);
143 wpa_hexdump(MSG_DEBUG, "EAP-SIM: NONCE_S", nonce_s,
149 wpa_hexdump(MSG_DEBUG, "EAP-SIM: XKEY'", xkey, SHA1_MAC_LEN);
157 wpa_hexdump(MSG_DEBUG, "EAP-SIM: keying material (MSK)",
162 wpa_hexdump(MSG_DEBUG, "EAP-SIM: EMSK", emsk, EAP_EMSK_LEN);
195 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - msg",
197 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data",
202 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC: MAC",
224 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - msg", msg, msg_len);
225 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data"
    [all...]
eap_ikev2_common.c 121 wpa_hexdump(MSG_DEBUG, "EAP-IKEV2: Calculated ICV",
123 wpa_hexdump(MSG_DEBUG, "EAP-IKEV2: Received ICV",
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ft.c 45 wpa_hexdump(MSG_DEBUG, "FT: PMKR0Name",
50 wpa_hexdump(MSG_DEBUG, "FT: PMKR1Name", pmk_r1_name, WPA_PMK_NAME_LEN);
55 wpa_hexdump(MSG_DEBUG, "FT: PTKName", ptk_name, WPA_PMK_NAME_LEN);
75 wpa_hexdump(MSG_DEBUG, "FT: Mobility domain",
85 wpa_hexdump(MSG_DEBUG, "FT: R0KH-ID", r0kh_id, r0kh_id_len);
98 wpa_hexdump(MSG_DEBUG, "FT: R1KH-ID", r1kh_id, FT_R1KH_ID_LEN);
466 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len);
518 wpa_hexdump(MSG_DEBUG, "FT: R0KH-ID in FTIE",
520 wpa_hexdump(MSG_DEBUG, "FT: The current R0KH-ID",
538 wpa_hexdump(MSG_DEBUG, "FT: R1KH-ID", sm->r1kh_id, FT_R1KH_ID_LEN)
    [all...]
wpa.c 124 wpa_hexdump(MSG_MSGDUMP, "WPA: TX EAPOL-Key", msg, msg_len);
215 wpa_hexdump(MSG_DEBUG, "RSN: matched PMKID", pmkid, PMKID_LEN);
326 wpa_hexdump(MSG_DEBUG, "WPA: WPA IE for msg 2/4", wpa_ie, wpa_ie_len);
403 wpa_hexdump(MSG_DEBUG, "RSN: msg 1/4 key data", _buf, len);
406 wpa_hexdump(MSG_DEBUG, "RSN: PMKID from "
428 wpa_hexdump(MSG_DEBUG, "WPA: Renewed SNonce",
547 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, rsclen);
642 wpa_hexdump(MSG_DEBUG, "WPA: RSC", key_rsc, gd->key_rsc_len);
789 wpa_hexdump(MSG_INFO, "WPA: WPA IE in Beacon/ProbeResp",
797 wpa_hexdump(MSG_INFO, "WPA: WPA IE in 3/4 msg"
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
asn1_test.c 104 wpa_hexdump(MSG_MSGDUMP, "ASN.1: INTEGER",
109 wpa_hexdump(MSG_MSGDUMP, "ASN.1: BitString",
114 wpa_hexdump(MSG_MSGDUMP, "ASN.1: OctetString",
136 wpa_hexdump(MSG_MSGDUMP, "ASN.1: Relative OID",
tlsv1_record.c 199 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Record Layer - Write HMAC",
254 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Record Layer - Received",
342 wpa_hexdump(MSG_DEBUG,
355 wpa_hexdump(MSG_MSGDUMP,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_pax.c 110 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: A = X (server rand)",
117 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN);
154 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)",
164 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN);
211 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: received payload",
271 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN);
278 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Expected ICV",
319 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Y (client rand)",
349 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(A, B, CID)",
406 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Expected MAC_CK(A, B, CID)"
    [all...]

Completed in 1376 milliseconds

1 2 3 4 5 6