mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
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
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user