P2P: Add debug print of P2P Group ID SSID
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
b6881b5218
commit
83eefb40b5
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ void p2p_buf_add_group_id(struct wpabuf *buf, const u8 *dev_addr,
|
||||||
wpabuf_put_data(buf, ssid, ssid_len);
|
wpabuf_put_data(buf, ssid, ssid_len);
|
||||||
wpa_printf(MSG_DEBUG, "P2P: * P2P Group ID " MACSTR,
|
wpa_printf(MSG_DEBUG, "P2P: * P2P Group ID " MACSTR,
|
||||||
MAC2STR(dev_addr));
|
MAC2STR(dev_addr));
|
||||||
|
wpa_hexdump_ascii(MSG_DEBUG, "P2P: P2P Group ID SSID", ssid, ssid_len);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue