/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | wpa_debug.h | 30 #define wpa_hexdump_buf(l,t,b) do {} while (0) macro 53 #define wpa_hexdump_buf(l,t,b) do { } while (0) macro 102 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() function
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.h | 26 #define wpa_hexdump_buf(l,t,b) do {} while (0) macro 52 #define wpa_hexdump_buf(l,t,b) do { } while (0) macro 108 static inline void wpa_hexdump_buf(int level, const char *title, in wpa_hexdump_buf() function
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_ap.c | 35 wpa_hexdump_buf(MSG_MSGDUMP, "WPS: SetSelectedRegistrar attributes", in upnp_er_set_selected_registrar()
|
D | wps_attr_parse.c | 578 wpa_hexdump_buf(MSG_MSGDUMP, "WPS: Message data", msg); in wps_parse_msg()
|
D | wps_attr_build.c | 47 wpa_hexdump_buf(MSG_DEBUG, "WPS: DH own Public Key", pubkey); in wps_build_public_key()
|
D | wps.c | 76 wpa_hexdump_buf(MSG_DEBUG, "WPS: WPS IE from (Re)AssocReq", in wps_init()
|
D | wps_common.c | 79 wpa_hexdump_buf(MSG_DEBUG, "WPS: DH peer Public Key", pubkey); in wps_derive_keys()
|
D | wps_er.c | 862 wpa_hexdump_buf(MSG_MSGDUMP, "WPS ER: WLANEvent - Enrollee's message " in wps_er_process_wlanevent_probe_req() 1094 wpa_hexdump_buf(MSG_MSGDUMP, "WPS ER: WLANEvent - Enrollee's message " in wps_er_process_wlanevent_eap()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_atheros.c | 808 wpa_hexdump_buf(MSG_DEBUG, "atheros: Append WPA/RSN IE", in atheros_set_wps_ie() 829 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - beacon", beacon); in atheros_set_ap_wps_ie() 830 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - proberesp", in atheros_set_ap_wps_ie() 832 wpa_hexdump_buf(MSG_DEBUG, "atheros: set_ap_wps_ie - assocresp", in atheros_set_ap_wps_ie() 1414 wpa_hexdump_buf(MSG_DEBUG, "atheros: beacon_ies", in atheros_set_ap() 1416 wpa_hexdump_buf(MSG_DEBUG, "atheros: proberesp_ies", in atheros_set_ap() 1418 wpa_hexdump_buf(MSG_DEBUG, "atheros: assocresp_ies", in atheros_set_ap()
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | dh_groups.c | 592 wpa_hexdump_buf(MSG_DEBUG, "DH: public value", pv); in dh_init()
|
/external/wpa_supplicant_8/src/crypto/ |
D | dh_groups.c | 588 wpa_hexdump_buf(MSG_DEBUG, "DH: public value", pv); in dh_init()
|
D | tls_schannel.c | 560 wpa_hexdump_buf(MSG_MSGDUMP, in tls_connection_decrypt()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
D | ikev2.c | 443 wpa_hexdump_buf(MSG_DEBUG, "IKEV2: KEi Diffie-Hellman Public Value", in ikev2_process_kei() 1192 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (SA_INIT)", msg); in ikev2_build_sa_init() 1231 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (SA_AUTH)", msg); in ikev2_build_sa_auth() 1280 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (Notification)", in ikev2_build_notify()
|
D | eap_fast.c | 1108 wpa_hexdump_buf(MSG_DEBUG, "EAP-FAST: Encrypting Phase 2 data", in eap_fast_encrypt_response() 1287 wpa_hexdump_buf(MSG_MSGDUMP, "EAP-FAST: Decrypted Phase 2 TLV(s)", in eap_fast_decrypt()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | ikev2.c | 438 wpa_hexdump_buf(MSG_DEBUG, "IKEV2: KEi Diffie-Hellman Public Value", in ikev2_process_kei() 1187 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (SA_INIT)", msg); in ikev2_build_sa_init() 1226 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (SA_AUTH)", msg); in ikev2_build_sa_auth() 1275 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (Notification)", in ikev2_build_notify()
|
D | eap_fast.c | 1107 wpa_hexdump_buf(MSG_DEBUG, "EAP-FAST: Encrypting Phase 2 data", in eap_fast_encrypt_response() 1286 wpa_hexdump_buf(MSG_MSGDUMP, "EAP-FAST: Decrypted Phase 2 TLV(s)", in eap_fast_decrypt()
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps.c | 75 wpa_hexdump_buf(MSG_DEBUG, "WPS: WPS IE from (Re)AssocReq", in wps_init()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_group.c | 232 wpa_hexdump_buf(MSG_MSGDUMP, "P2P: Update GO Probe Response P2P IE", in p2p_group_update_ies() 239 wpa_hexdump_buf(MSG_MSGDUMP, "P2P: Update GO Beacon P2P IE", in p2p_group_update_ies()
|
D | p2p_parse.c | 411 wpa_hexdump_buf(MSG_MSGDUMP, "P2P: P2P IE data", in p2p_parse_ies()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
D | ikev2.c | 421 wpa_hexdump_buf(MSG_DEBUG, "IKEV2: KEr Diffie-Hellman Public Value", in ikev2_process_ker() 1121 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (SA_INIT)", msg); in ikev2_build_sa_init() 1186 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (SA_AUTH)", msg); in ikev2_build_sa_auth()
|
D | eap_mschapv2.c | 311 wpa_hexdump_buf(MSG_DEBUG, "EAP-MSCHAPV2: Invalid response", in eap_mschapv2_process_response()
|
D | eap_peap.c | 1219 wpa_hexdump_buf(MSG_DEBUG, "EAP-PEAPv2: Identity Request", buf2); in eap_peapv2_start_phase2() 1241 wpa_hexdump_buf(MSG_DEBUG, "EAP-PEAPv2: Encrypted Identity Request", in eap_peapv2_start_phase2()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | ikev2.c | 416 wpa_hexdump_buf(MSG_DEBUG, "IKEV2: KEr Diffie-Hellman Public Value", in ikev2_process_ker() 1116 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (SA_INIT)", msg); in ikev2_build_sa_init() 1181 wpa_hexdump_buf(MSG_MSGDUMP, "IKEV2: Sending message (SA_AUTH)", msg); in ikev2_build_sa_auth()
|
D | eap_server_mschapv2.c | 307 wpa_hexdump_buf(MSG_DEBUG, "EAP-MSCHAPV2: Invalid response", in eap_mschapv2_process_response()
|
D | eap_server_peap.c | 1191 wpa_hexdump_buf(MSG_DEBUG, "EAP-PEAPv2: Identity Request", buf2); in eap_peapv2_start_phase2() 1203 wpa_hexdump_buf(MSG_DEBUG, "EAP-PEAPv2: Encrypted Identity Request", in eap_peapv2_start_phase2()
|