From 83eefb40b593e671e2ca88a17e57b2feba2c64b9 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 7 Sep 2013 17:36:43 -0700 Subject: [PATCH] P2P: Add debug print of P2P Group ID SSID Signed-hostap: Jouni Malinen --- src/p2p/p2p_build.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/p2p/p2p_build.c b/src/p2p/p2p_build.c index 3c819ff4d..42c023266 100644 --- a/src/p2p/p2p_build.c +++ b/src/p2p/p2p_build.c @@ -258,6 +258,7 @@ void p2p_buf_add_group_id(struct wpabuf *buf, const u8 *dev_addr, wpabuf_put_data(buf, ssid, ssid_len); wpa_printf(MSG_DEBUG, "P2P: * P2P Group ID " MACSTR, MAC2STR(dev_addr)); + wpa_hexdump_ascii(MSG_DEBUG, "P2P: P2P Group ID SSID", ssid, ssid_len); }