From: Jouni Malinen Date: Sun, 8 Sep 2013 00:36:43 +0000 (-0700) Subject: P2P: Add debug print of P2P Group ID SSID X-Git-Tag: hostap_2_1~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83eefb40b593e671e2ca88a17e57b2feba2c64b9;p=thirdparty%2Fhostap.git P2P: Add debug print of P2P Group ID SSID Signed-hostap: Jouni Malinen --- 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); }