From: Jouni Malinen Date: Sun, 21 Nov 2010 11:17:35 +0000 (+0200) Subject: wlantest: Show encrypted version on injected frame in debug X-Git-Tag: hostap-1-bp~763 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902621e2b072246abd828706c6469be21195536a;p=thirdparty%2Fhostap.git wlantest: Show encrypted version on injected frame in debug --- diff --git a/wlantest/inject.c b/wlantest/inject.c index 853dae130..23642a859 100644 --- a/wlantest/inject.c +++ b/wlantest/inject.c @@ -256,6 +256,7 @@ static int wlantest_inject_prot(struct wlantest *wt, struct wlantest_bss *bss, if (crypt == NULL) return -1; + wpa_hexdump(MSG_DEBUG, "Inject frame (encrypted)", crypt, crypt_len); ret = inject_frame(wt->monitor_sock, crypt, crypt_len); os_free(crypt);