aboutsummaryrefslogtreecommitdiffstats
path: root/src/p2p/p2p_build.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p2p/p2p_build.c')
-rw-r--r--src/p2p/p2p_build.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/p2p/p2p_build.c b/src/p2p/p2p_build.c
index bbe2002..7f4d295 100644
--- a/src/p2p/p2p_build.c
+++ b/src/p2p/p2p_build.c
@@ -132,7 +132,8 @@ void p2p_buf_add_channel_list(struct wpabuf *buf, const char *country,
/* Update attribute length */
WPA_PUT_LE16(len, (u8 *) wpabuf_put(buf, 0) - len - 2);
- wpa_printf(MSG_DEBUG, "P2P: * Channel List");
+ wpa_hexdump(MSG_DEBUG, "P2P: * Channel List",
+ len + 2, (u8 *) wpabuf_put(buf, 0) - len - 2);
}
#ifdef ANDROID_P2P