/hostap-latest/wlantest/ |
D | test_vectors.c | 52 wpa_hexdump(MSG_INFO, "TK", tk, sizeof(tk)); in test_vector_tkip() 53 wpa_hexdump(MSG_INFO, "PN", pn, sizeof(pn)); in test_vector_tkip() 54 wpa_hexdump(MSG_INFO, "Plaintext MPDU", frame, sizeof(frame)); in test_vector_tkip() 62 wpa_hexdump(MSG_INFO, "Encrypted MPDU (without FCS)", enc, enc_len); in test_vector_tkip() 77 wpa_hexdump(MSG_ERROR, "Decryption result did not match", in test_vector_tkip() 105 wpa_hexdump(MSG_INFO, "TK", tk, sizeof(tk)); in test_vector_ccmp() 106 wpa_hexdump(MSG_INFO, "PN", pn, sizeof(pn)); in test_vector_ccmp() 107 wpa_hexdump(MSG_INFO, "802.11 Header", frame, 24); in test_vector_ccmp() 108 wpa_hexdump(MSG_INFO, "Plaintext Data", frame + 24, sizeof(frame) - 24); in test_vector_ccmp() 117 wpa_hexdump(MSG_INFO, "Encrypted MPDU (without FCS)", enc, enc_len); in test_vector_ccmp() [all …]
|
D | rx_eapol.c | 266 wpa_hexdump(MSG_DEBUG, "TPTK:KCK", in try_pmk() 268 wpa_hexdump(MSG_DEBUG, "TPTK:KEK", in try_pmk() 270 wpa_hexdump(MSG_DEBUG, "TPTK:TK", in try_pmk() 317 wpa_hexdump(MSG_DEBUG, "PTK:KCK", in derive_ptk() 319 wpa_hexdump(MSG_DEBUG, "PTK:KEK", in derive_ptk() 321 wpa_hexdump(MSG_DEBUG, "PTK:TK", in derive_ptk() 472 wpa_hexdump(MSG_MSGDUMP, "EAPOL-Key Key Data - WPA IE", in rx_data_eapol_key_2_of_4() 479 wpa_hexdump(MSG_INFO, "WPA IE in EAPOL-Key", in rx_data_eapol_key_2_of_4() 481 wpa_hexdump(MSG_INFO, "WPA IE in (Re)Association " in rx_data_eapol_key_2_of_4() 489 wpa_hexdump(MSG_MSGDUMP, "EAPOL-Key Key Data - RSN IE", in rx_data_eapol_key_2_of_4() [all …]
|
D | ccmp.c | 174 wpa_hexdump(MSG_EXCESSIVE, "CCMP AAD", aad, aad_len); in ccmp_decrypt() 175 wpa_hexdump(MSG_EXCESSIVE, "CCM Nonce", nonce, 13); in ccmp_decrypt() 189 wpa_hexdump(MSG_EXCESSIVE, "CCMP decrypted", plain, mlen); in ccmp_decrypt() 239 wpa_hexdump(MSG_EXCESSIVE, "CCMP AAD", aad, aad_len); in ccmp_encrypt() 240 wpa_hexdump(MSG_EXCESSIVE, "CCM Nonce", nonce, 13); in ccmp_encrypt() 248 wpa_hexdump(MSG_EXCESSIVE, "CCMP encrypted", crypt + hdrlen + 8, plen); in ccmp_encrypt() 281 wpa_hexdump(MSG_EXCESSIVE, "CCMP AAD", aad, aad_len); in ccmp_encrypt_pv1() 282 wpa_hexdump(MSG_EXCESSIVE, "CCM Nonce", nonce, sizeof(nonce)); in ccmp_encrypt_pv1() 290 wpa_hexdump(MSG_EXCESSIVE, "CCMP encrypted", crypt + hdrlen, plen); in ccmp_encrypt_pv1() 318 wpa_hexdump(MSG_EXCESSIVE, "CCMP-256 AAD", aad, aad_len); in ccmp_256_decrypt() [all …]
|
D | bip.c | 53 wpa_hexdump(MSG_MSGDUMP, "BIP: AAD|Body(masked)", buf, plen + 20 - 24); in bip_protect() 63 wpa_hexdump(MSG_DEBUG, "BIP MMIE MIC", pos, igtk_len == 32 ? 16 : 8); in bip_protect() 170 wpa_hexdump(MSG_MSGDUMP, "S1G BIP-CMAC AAD|Body(masked)", buf, buf_len); in bip_protect_s1g_beacon() 181 wpa_hexdump(MSG_DEBUG, "S1G BIP-CMAC MIC", pos, mic_len); in bip_protect_s1g_beacon() 224 wpa_hexdump(MSG_MSGDUMP, "BIP-GMAC: AAD|Body(masked)", in bip_gmac_protect() 236 wpa_hexdump(MSG_EXCESSIVE, "BIP-GMAC: Nonce", nonce, sizeof(nonce)); in bip_gmac_protect() 247 wpa_hexdump(MSG_DEBUG, "BIP-GMAC MMIE MIC", pos, 16); in bip_gmac_protect() 349 wpa_hexdump(MSG_MSGDUMP, "S1G BIP-GMAC AAD|Body(masked)", buf, buf_len); in bip_gmac_protect_s1g_beacon() 360 wpa_hexdump(MSG_EXCESSIVE, "S1G BIP-GMAC Nonce", nonce, sizeof(nonce)); in bip_gmac_protect_s1g_beacon() 371 wpa_hexdump(MSG_DEBUG, "S1G BIP-GMAC MIC", pos, 16); in bip_gmac_protect_s1g_beacon()
|
D | rx_mgmt.c | 69 wpa_hexdump(MSG_MSGDUMP, "Basic MLE", ie, len); in parse_basic_ml() 102 wpa_hexdump(MSG_MSGDUMP, "Basic MLE - Common Info", pos, ci_end - pos); in parse_basic_ml() 201 wpa_hexdump(MSG_INFO, in parse_basic_ml() 208 wpa_hexdump(MSG_MSGDUMP, "Basic MLE - Link Info", pos, end - pos); in parse_basic_ml() 222 wpa_hexdump(MSG_DEBUG, "Link Info subelement data", in parse_basic_ml() 252 wpa_hexdump(MSG_MSGDUMP, "Basic MLE - Per-STA Profile", in parse_basic_ml() 359 wpa_hexdump(MSG_INFO, in parse_basic_ml() 365 wpa_hexdump(MSG_DEBUG, "STA Profile", pos, end - pos); in parse_basic_ml() 373 wpa_hexdump(MSG_DEBUG, "RSNE", in parse_basic_ml() 377 wpa_hexdump(MSG_DEBUG, "RSNXE", in parse_basic_ml() [all …]
|
D | gcmp.c | 105 wpa_hexdump(MSG_EXCESSIVE, "GCMP AAD", aad, aad_len); in gcmp_decrypt() 106 wpa_hexdump(MSG_EXCESSIVE, "GCMP nonce", nonce, sizeof(nonce)); in gcmp_decrypt() 156 wpa_hexdump(MSG_EXCESSIVE, "GCMP AAD", aad, aad_len); in gcmp_encrypt() 157 wpa_hexdump(MSG_EXCESSIVE, "GCMP nonce", nonce, sizeof(nonce)); in gcmp_encrypt() 165 wpa_hexdump(MSG_EXCESSIVE, "GCMP MIC", pos + plen, 16); in gcmp_encrypt() 166 wpa_hexdump(MSG_EXCESSIVE, "GCMP encrypted", pos, plen); in gcmp_encrypt()
|
/hostap-latest/src/common/ |
D | dpp_auth.c | 196 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[0]", addr[0], len[0]); in dpp_auth_build_req() 201 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[1]", addr[1], len[1]); in dpp_auth_build_req() 204 wpa_hexdump(MSG_DEBUG, "DPP: AES-SIV cleartext", clear, siv_len); in dpp_auth_build_req() 211 wpa_hexdump(MSG_DEBUG, "DPP: AES-SIV ciphertext", in dpp_auth_build_req() 382 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[0]", addr[0], len[0]); in dpp_auth_build_resp() 387 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[1]", addr[1], len[1]); in dpp_auth_build_resp() 390 wpa_hexdump(MSG_DEBUG, "DPP: AES-SIV cleartext", clear, siv_len); in dpp_auth_build_resp() 397 wpa_hexdump(MSG_DEBUG, "DPP: AES-SIV ciphertext", in dpp_auth_build_resp() 457 wpa_hexdump(MSG_DEBUG, "DPP: R-nonce", auth->r_nonce, nonce_len); in dpp_auth_build_resp_ok() 520 wpa_hexdump(MSG_DEBUG, "DPP: {R-auth}ke", in dpp_auth_build_resp_ok() [all …]
|
D | dpp_reconfig.c | 74 wpa_hexdump(MSG_DEBUG, "DPP: Uncompressed C-sign key", addr[0], len[0]); in dpp_build_reconfig_announcement() 79 wpa_hexdump(MSG_DEBUG, "DPP: kid = SHA256(uncompressed C-sign key)", in dpp_build_reconfig_announcement() 260 wpa_hexdump(MSG_MSGDUMP, "DPP: A-NONCE", a_nonce_attr, a_nonce_len); in dpp_reconfig_init() 401 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[0]", addr[0], len[0]); in dpp_reconfig_build_resp() 406 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[1]", addr[1], len[1]); in dpp_reconfig_build_resp() 488 wpa_hexdump(MSG_DEBUG, "DPP: C-nonce", c_nonce, c_nonce_len); in dpp_reconfig_auth_req_rx() 631 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[0]", addr[0], len[0]); in dpp_reconfig_build_conf() 636 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[1]", addr[1], len[1]); in dpp_reconfig_build_conf() 693 wpa_hexdump(MSG_MSGDUMP, "DPP: Wrapped Data", in dpp_reconfig_auth_resp_rx() 734 wpa_hexdump(MSG_DEBUG, "DPP: E-nonce", e_nonce, e_nonce_len); in dpp_reconfig_auth_resp_rx() [all …]
|
D | wpa_common.c | 560 wpa_hexdump(MSG_DEBUG, "WPA: Nonce1", nonce1, WPA_NONCE_LEN); in wpa_pmk_to_ptk() 561 wpa_hexdump(MSG_DEBUG, "WPA: Nonce2", nonce2, WPA_NONCE_LEN); in wpa_pmk_to_ptk() 613 wpa_hexdump(MSG_DEBUG, "FILS: SNonce", snonce, FILS_NONCE_LEN); in fils_rmsk_to_pmk() 614 wpa_hexdump(MSG_DEBUG, "FILS: ANonce", anonce, FILS_NONCE_LEN); in fils_rmsk_to_pmk() 615 wpa_hexdump(MSG_DEBUG, "FILS: DHss", dh_ss, dh_ss_len); in fils_rmsk_to_pmk() 661 wpa_hexdump(MSG_DEBUG, "FILS: PMKID", pmkid, PMKID_LEN); in fils_pmkid_erp() 760 wpa_hexdump(MSG_DEBUG, "FILS: SNonce", snonce, FILS_NONCE_LEN); in fils_pmk_to_ptk() 761 wpa_hexdump(MSG_DEBUG, "FILS: ANonce", anonce, FILS_NONCE_LEN); in fils_pmk_to_ptk() 817 wpa_hexdump(MSG_DEBUG, "FILS: SNonce", snonce, FILS_NONCE_LEN); in fils_key_auth_sk() 818 wpa_hexdump(MSG_DEBUG, "FILS: ANonce", anonce, FILS_NONCE_LEN); in fils_key_auth_sk() [all …]
|
D | dpp_pkex.c | 663 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[0]", addr[0], len[0]); in dpp_pkex_build_commit_reveal_req() 664 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[1]", addr[1], len[1]); in dpp_pkex_build_commit_reveal_req() 675 wpa_hexdump(MSG_DEBUG, "DPP: AES-SIV ciphertext", in dpp_pkex_build_commit_reveal_req() 863 wpa_hexdump(MSG_DEBUG, "DPP: u", u, curve->hash_len); in dpp_pkex_rx_exchange_resp() 984 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[0]", addr[0], len[0]); in dpp_pkex_build_commit_reveal_resp() 985 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[1]", addr[1], len[1]); in dpp_pkex_build_commit_reveal_resp() 996 wpa_hexdump(MSG_DEBUG, "DPP: AES-SIV ciphertext", in dpp_pkex_build_commit_reveal_resp() 1059 wpa_hexdump(MSG_DEBUG, "DPP: AES-SIV ciphertext", in dpp_pkex_rx_commit_reveal_req() 1071 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[0]", addr[0], len[0]); in dpp_pkex_rx_commit_reveal_req() 1072 wpa_hexdump(MSG_DEBUG, "DDP: AES-SIV AD[1]", addr[1], len[1]); in dpp_pkex_rx_commit_reveal_req() [all …]
|
/hostap-latest/src/utils/ |
D | pcsc_funcs.c | 289 wpa_hexdump(MSG_DEBUG, "SCARD: file header FSP template", in scard_parse_fsp_templ() 306 wpa_hexdump(MSG_MSGDUMP, "SCARD: File Descriptor TLV", in scard_parse_fsp_templ() 310 wpa_hexdump(MSG_MSGDUMP, "SCARD: File Identifier TLV", in scard_parse_fsp_templ() 314 wpa_hexdump(MSG_MSGDUMP, "SCARD: DF name (AID) TLV", in scard_parse_fsp_templ() 318 wpa_hexdump(MSG_MSGDUMP, "SCARD: Proprietary " in scard_parse_fsp_templ() 322 wpa_hexdump(MSG_MSGDUMP, "SCARD: Life Cycle Status " in scard_parse_fsp_templ() 326 wpa_hexdump(MSG_MSGDUMP, "SCARD: File size TLV", in scard_parse_fsp_templ() 338 wpa_hexdump(MSG_MSGDUMP, "SCARD: Total file size TLV", in scard_parse_fsp_templ() 342 wpa_hexdump(MSG_MSGDUMP, "SCARD: PIN Status Template " in scard_parse_fsp_templ() 352 wpa_hexdump(MSG_MSGDUMP, "SCARD: Short File " in scard_parse_fsp_templ() [all …]
|
/hostap-latest/src/tls/ |
D | tlsv1_client_ocsp.c | 77 wpa_hexdump(MSG_MSGDUMP, "OCSP: Hash (SHA1)", hash, 20); in ocsp_hash_data() 84 wpa_hexdump(MSG_MSGDUMP, "OCSP: Hash (SHA256)", hash, 32); in ocsp_hash_data() 91 wpa_hexdump(MSG_MSGDUMP, "OCSP: Hash (SHA384)", hash, 48); in ocsp_hash_data() 98 wpa_hexdump(MSG_MSGDUMP, "OCSP: Hash (SHA512)", hash, 64); in ocsp_hash_data() 129 wpa_hexdump(MSG_MSGDUMP, "OCSP: SingleResponse", resp, len); in tls_process_ocsp_single_response() 169 wpa_hexdump(MSG_DEBUG, "OCSP: issuerNameHash", in tls_process_ocsp_single_response() 173 wpa_hexdump(MSG_DEBUG, "OCSP: Issuer subject DN", in tls_process_ocsp_single_response() 180 wpa_hexdump(MSG_DEBUG, "OCSP: Calculated issuerNameHash", in tls_process_ocsp_single_response() 194 wpa_hexdump(MSG_DEBUG, "OCSP: issuerKeyHash", key_hash, key_hash_len); in tls_process_ocsp_single_response() 202 wpa_hexdump(MSG_DEBUG, "OCSP: Calculated issuerKeyHash", in tls_process_ocsp_single_response() [all …]
|
D | pkcs1.c | 223 wpa_hexdump(MSG_DEBUG, "Decrypted(S)", decrypted, decrypted_len); in pkcs1_v15_sig_ver() 245 wpa_hexdump(MSG_MSGDUMP, "PKCS #1: DigestInfo", in pkcs1_v15_sig_ver() 266 wpa_hexdump(MSG_MSGDUMP, "PKCS #1: DigestAlgorithmIdentifier", in pkcs1_v15_sig_ver() 276 wpa_hexdump(MSG_MSGDUMP, "PKCS #1: Digest algorithm parameters", in pkcs1_v15_sig_ver() 315 wpa_hexdump(MSG_MSGDUMP, "PKCS #1: Decrypted Digest", in pkcs1_v15_sig_ver() 329 wpa_hexdump(MSG_DEBUG, "PKCS #1: Extra data", in pkcs1_v15_sig_ver()
|
/hostap-latest/src/eap_common/ |
D | eap_fast_common.c | 75 wpa_hexdump(MSG_DEBUG, "EAP-FAST: client_random", in eap_fast_derive_master_secret() 77 wpa_hexdump(MSG_DEBUG, "EAP-FAST: server_random", in eap_fast_derive_master_secret() 153 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: EAP-Payload TLV", in eap_fast_parse_tlv() 165 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Result TLV", pos, len); in eap_fast_parse_tlv() 190 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Intermediate Result TLV", in eap_fast_parse_tlv() 216 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV", in eap_fast_parse_tlv() 235 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Request-Action TLV", in eap_fast_parse_tlv() 254 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: PAC TLV", pos, len); in eap_fast_parse_tlv()
|
D | eap_sim_common.c | 137 wpa_hexdump(MSG_DEBUG, "EAP-SIM: counter", counter, 2); in eap_sim_derive_keys_reauth() 138 wpa_hexdump(MSG_DEBUG, "EAP-SIM: NONCE_S", nonce_s, in eap_sim_derive_keys_reauth() 144 wpa_hexdump(MSG_DEBUG, "EAP-SIM: XKEY'", xkey, SHA1_MAC_LEN); in eap_sim_derive_keys_reauth() 152 wpa_hexdump(MSG_DEBUG, "EAP-SIM: keying material (MSK)", in eap_sim_derive_keys_reauth() 157 wpa_hexdump(MSG_DEBUG, "EAP-SIM: EMSK", emsk, EAP_EMSK_LEN); in eap_sim_derive_keys_reauth() 189 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - msg", in eap_sim_verify_mac() 191 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC - extra data", in eap_sim_verify_mac() 196 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Verify MAC: MAC", in eap_sim_verify_mac() 218 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - msg", msg, msg_len); in eap_sim_add_mac() 219 wpa_hexdump(MSG_MSGDUMP, "EAP-SIM: Add MAC - extra data", in eap_sim_add_mac() [all …]
|
/hostap-latest/src/eap_peer/ |
D | eap_psk.c | 114 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr1->rand_s, in eap_psk_process_1() 165 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_P", hdr2->rand_p, in eap_psk_process_1() 167 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_P", hdr2->mac_p, EAP_PSK_MAC_LEN); in eap_psk_process_1() 214 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr3->rand_s, in eap_psk_process_3() 216 wpa_hexdump(MSG_DEBUG, "EAP-PSK: MAC_S", hdr3->mac_s, EAP_PSK_MAC_LEN); in eap_psk_process_3() 217 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL", pchannel, left); in eap_psk_process_3() 269 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - nonce", in eap_psk_process_3() 271 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - hdr", in eap_psk_process_3() 273 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - cipher msg", msg, left); in eap_psk_process_3() 291 wpa_hexdump(MSG_DEBUG, "EAP-PSK: Decrypted PCHANNEL message", in eap_psk_process_3() [all …]
|
D | eap_pax.c | 162 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: X (server rand)", in eap_pax_process_std_1() 168 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ignored extra payload", in eap_pax_process_std_1() 177 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Y (client rand)", in eap_pax_process_std_1() 197 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: B = Y (client rand)", in eap_pax_process_std_1() 211 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(A, B, CID)", in eap_pax_process_std_1() 220 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN); in eap_pax_process_std_1() 276 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)", in eap_pax_process_std_3() 291 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: expected MAC_CK(B, CID)", in eap_pax_process_std_3() 302 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ignored extra payload", in eap_pax_process_std_3() 321 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", rpos, EAP_PAX_ICV_LEN); in eap_pax_process_std_3() [all …]
|
D | eap_leap.c | 104 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Challenge from AP", in eap_leap_process_request() 127 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Response", in eap_leap_process_request() 177 wpa_hexdump(MSG_MSGDUMP, "EAP-LEAP: Challenge to AP/AS", pos, in eap_leap_process_success() 230 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: Response from AP", in eap_leap_process_response() 257 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: Expected response from AP", in eap_leap_process_response() 370 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: peer_challenge", in eap_leap_getKey() 372 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: peer_response", in eap_leap_getKey() 374 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_challenge", in eap_leap_getKey() 376 wpa_hexdump(MSG_DEBUG, "EAP-LEAP: ap_response", in eap_leap_getKey()
|
D | mschapv2.c | 55 wpa_hexdump(MSG_DEBUG, "MSCHAPV2: auth_challenge", in mschapv2_derive_response() 57 wpa_hexdump(MSG_DEBUG, "MSCHAPV2: peer_challenge", in mschapv2_derive_response() 89 wpa_hexdump(MSG_DEBUG, "MSCHAPV2: NT Response", in mschapv2_derive_response() 91 wpa_hexdump(MSG_DEBUG, "MSCHAPV2: Auth Response", in mschapv2_derive_response()
|
/hostap-latest/src/rsn_supp/ |
D | wpa_ft.c | 138 wpa_hexdump(MSG_DEBUG, "FT: Mobility domain", in wpa_sm_set_ft_params() 146 wpa_hexdump(MSG_DEBUG, "FT: R0KH-ID", in wpa_sm_set_ft_params() 160 wpa_hexdump(MSG_DEBUG, "FT: R1KH-ID", in wpa_sm_set_ft_params() 179 wpa_hexdump(MSG_DEBUG, "FT: Stored MDIE and FTIE from " in wpa_sm_set_ft_params() 600 wpa_hexdump(MSG_DEBUG, "FT: Response IEs", ies, ies_len); in wpa_ft_process_response() 601 wpa_hexdump(MSG_DEBUG, "FT: RIC IEs", ric_ies, ric_ies_len); in wpa_ft_process_response() 645 wpa_hexdump(MSG_DEBUG, "FT: Received SNonce", in wpa_ft_process_response() 647 wpa_hexdump(MSG_DEBUG, "FT: Expected SNonce", in wpa_ft_process_response() 662 wpa_hexdump(MSG_DEBUG, "FT: R0KH-ID in FTIE", in wpa_ft_process_response() 664 wpa_hexdump(MSG_DEBUG, "FT: The current R0KH-ID", in wpa_ft_process_response() [all …]
|
D | wpa.c | 60 wpa_hexdump(level, link_title ? link_title : title, buf, len); in _wpa_hexdump_link() 134 wpa_hexdump(MSG_DEBUG, "WPA: Derived Key MIC", in wpa_eapol_key_send() 190 wpa_hexdump(MSG_DEBUG, "WPA: Encrypted Key Data from SIV", in wpa_eapol_key_send() 201 wpa_hexdump(MSG_MSGDUMP, "WPA: TX EAPOL-Key", msg, msg_len); in wpa_eapol_key_send() 337 wpa_hexdump(MSG_DEBUG, "RSN: matched PMKID", pmkid, PMKID_LEN); in wpa_supplicant_get_pmk() 550 wpa_hexdump(MSG_DEBUG, "WPA: WPA IE before FT processing", in wpa_supplicant_send_2_of_4() 567 wpa_hexdump(MSG_DEBUG, in wpa_supplicant_send_2_of_4() 572 wpa_hexdump(MSG_DEBUG, "WPA: Add assoc_resp_ies", in wpa_supplicant_send_2_of_4() 615 wpa_hexdump(MSG_DEBUG, "WPA: WPA IE for msg 2/4", wpa_ie, wpa_ie_len); in wpa_supplicant_send_2_of_4() 660 wpa_hexdump(MSG_DEBUG, "WPA: Replay Counter", reply->replay_counter, in wpa_supplicant_send_2_of_4() [all …]
|
/hostap-latest/tests/ |
D | test-milenage.c | 777 wpa_hexdump(MSG_DEBUG, "SQN", sqn, 6); in main() 778 wpa_hexdump(MSG_DEBUG, "RAND", _rand, 16); in main() 779 wpa_hexdump(MSG_DEBUG, "AUTN", buf, 16); in main() 780 wpa_hexdump(MSG_DEBUG, "IK", buf2, 16); in main() 781 wpa_hexdump(MSG_DEBUG, "CK", buf3, 16); in main() 782 wpa_hexdump(MSG_DEBUG, "RES", buf4, res_len); in main()
|
/hostap-latest/src/eap_server/ |
D | eap_server_pax.c | 106 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: A = X (server rand)", in eap_pax_build_std_1() 118 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN); in eap_pax_build_std_1() 160 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(B, CID)", in eap_pax_build_std_3() 174 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", pos, EAP_PAX_ICV_LEN); in eap_pax_build_std_3() 221 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: received payload", in eap_pax_check() 281 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: ICV", icv, EAP_PAX_ICV_LEN); in eap_pax_check() 293 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Expected ICV", in eap_pax_check() 334 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Y (client rand)", in eap_pax_process_std_2() 368 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: MAC_CK(A, B, CID)", in eap_pax_process_std_2() 430 wpa_hexdump(MSG_MSGDUMP, "EAP-PAX: Expected MAC_CK(A, B, CID)", in eap_pax_process_std_2() [all …]
|
D | eap_server_gpsk.c | 117 wpa_hexdump(MSG_MSGDUMP, "EAP-GPSK: RAND_Server", in eap_gpsk_build_gpsk_1() 313 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: RAND_Peer", in eap_gpsk_process_gpsk_2() 326 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: RAND_Server in GPSK-1", in eap_gpsk_process_gpsk_2() 328 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: RAND_Server in GPSK-2", in eap_gpsk_process_gpsk_2() 398 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: PD_Payload_1", pos, alen); in eap_gpsk_process_gpsk_2() 434 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Derived Session-Id", in eap_gpsk_process_gpsk_2() 455 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Received MIC", pos, miclen); in eap_gpsk_process_gpsk_2() 456 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Computed MIC", mic, miclen); in eap_gpsk_process_gpsk_2() 503 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: PD_Payload_1", pos, alen); in eap_gpsk_process_gpsk_4() 524 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Received MIC", pos, miclen); in eap_gpsk_process_gpsk_4() [all …]
|
/hostap-latest/src/crypto/ |
D | milenage.c | 278 wpa_hexdump(MSG_DEBUG, "Milenage: AUTN", autn, 16); in milenage_check() 279 wpa_hexdump(MSG_DEBUG, "Milenage: RAND", _rand, 16); in milenage_check() 293 wpa_hexdump(MSG_DEBUG, "Milenage: SQN", rx_sqn, 6); in milenage_check() 304 wpa_hexdump(MSG_DEBUG, "Milenage: AUTS", auts, 14); in milenage_check() 309 wpa_hexdump(MSG_DEBUG, "Milenage: AMF", amf, 2); in milenage_check() 313 wpa_hexdump(MSG_DEBUG, "Milenage: MAC_A", mac_a, 8); in milenage_check() 317 wpa_hexdump(MSG_DEBUG, "Milenage: Received MAC_A", in milenage_check()
|