]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
P2P: Add debug print of P2P Group ID SSID
authorJouni Malinen <jouni@qca.qualcomm.com>
Sun, 8 Sep 2013 00:36:43 +0000 (17:36 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 7 Nov 2013 11:48:53 +0000 (13:48 +0200)
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

src/p2p/p2p_build.c

index 3c819ff4d5f67925edf63dc7ef7c7e99425534c5..42c023266673959459e236b22155f89e74a8f84c 100644 (file)
@@ -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);
 }