Searched refs:wpa_hexdump_buf (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/include/utils/ |
D | wpa_debug.h | 93 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() function 156 #define wpa_hexdump_buf(...) do {} while(0) macro
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | dh_groups.c | 1236 wpa_hexdump_buf(MSG_DEBUG, "DH: public value", pv); in dh_init()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | rrm.c | 630 wpa_hexdump_buf(MSG_DEBUG, "RRM: Radio Measurement report", *buf); in wpas_beacon_rep_table() 1071 wpa_hexdump_buf(MSG_DEBUG, "RRM: Link measurement report", buf); in wpas_rrm_handle_link_measurement_request() 1151 wpa_hexdump_buf(MSG_DEBUG, "RRM: Radio Measurement report", buf); in wpas_beacon_rep_scan_process()
|
D | dpp.c | 752 wpa_hexdump_buf(MSG_DEBUG, "DPP: Compressed public key (DER)", in dpp_bootstrap_key_hash() 799 wpa_hexdump_buf(MSG_DEBUG, "DPP: Compressed public key (DER)", in dpp_keygen() 1130 wpa_hexdump_buf(MSG_DEBUG, in dpp_auth_build_req() 1303 wpa_hexdump_buf(MSG_DEBUG, in dpp_auth_build_resp() 1731 wpa_hexdump_buf(MSG_DEBUG, "DPP: AES-SIV cleartext", clear); in dpp_build_conf_req_attr() 1747 wpa_hexdump_buf(MSG_DEBUG, in dpp_build_conf_req_attr() 1802 wpa_hexdump_buf(MSG_MSGDUMP, "DPP: GAS Config Request", buf); in dpp_build_conf_req() 2832 wpa_hexdump_buf(MSG_DEBUG, in dpp_auth_build_conf() 4379 wpa_hexdump_buf(MSG_DEBUG, "DPP: AES-SIV cleartext", clear); in dpp_build_conf_resp() 4395 wpa_hexdump_buf(MSG_DEBUG, in dpp_build_conf_resp() [all …]
|
D | sae.c | 1664 wpa_hexdump_buf(MSG_DEBUG, "SAE: own Rejected Groups", in sae_write_commit() 1678 wpa_hexdump_buf(MSG_DEBUG, in sae_write_commit() 2046 wpa_hexdump_buf(MSG_DEBUG, "SAE: Received Rejected Groups list", in sae_parse_rejected_groups()
|
D | wnm_sta.c | 569 wpa_hexdump_buf(MSG_DEBUG, in wnm_add_cand_list()
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 82 wpa_hexdump_buf(MSG_DEBUG, "WPS: DH peer Public Key", pubkey); in wps_derive_keys() 676 wpa_hexdump_buf(MSG_DEBUG, "WPS: Generated new DH pubkey", pub); in wps_nfc_gen_dh()
|
D | wps_dev_attr.c | 250 wpa_hexdump_buf(MSG_DEBUG, "WPS: * Application Extension", in wps_build_application_ext()
|
D | wps_attr_parse.c | 624 wpa_hexdump_buf(MSG_MSGDUMP, "WPS: Message data", msg); in wps_parse_msg()
|
D | wps_attr_build.c | 79 wpa_hexdump_buf(MSG_DEBUG, "WPS: DH own Public Key", pubkey); in wps_build_public_key()
|
D | wps.c | 107 wpa_hexdump_buf(MSG_DEBUG, "WPS: WPS IE from (Re)AssocReq", in wps_init()
|
D | wps_registrar.c | 1156 wpa_hexdump_buf(MSG_MSGDUMP, in wps_registrar_probe_req_rx() 1825 wpa_hexdump_buf(MSG_DEBUG, "WPS: Stub Credential", cred); in wps_build_cred()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_fast.c | 1130 wpa_hexdump_buf(MSG_DEBUG, "EAP-FAST: Encrypting Phase 2 data", in eap_fast_encrypt_response() 1309 wpa_hexdump_buf(MSG_MSGDUMP, "EAP-FAST: Decrypted Phase 2 TLV(s)", in eap_fast_decrypt()
|
D | eap_peap.c | 854 wpa_hexdump_buf(MSG_DEBUG, "EAP-PEAP: Decrypted Phase 2 EAP", in eap_peap_decrypt()
|
D | eap_ttls.c | 405 wpa_hexdump_buf(MSG_DEBUG, "EAP-TTLS: AVP encapsulate EAP Response", in eap_ttls_phase2_request_eap()
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 2833 wpa_hexdump_buf(MSG_DEBUG, "Own public key", pub); in owe_build_assoc_req() 2853 wpa_hexdump_buf(MSG_DEBUG, "OWE: Diffie-Hellman Parameter element", sm->owe_ie); in owe_build_assoc_req()
|