]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wlantest: Show encrypted version on injected frame in debug
authorJouni Malinen <j@w1.fi>
Sun, 21 Nov 2010 11:17:35 +0000 (13:17 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 21 Nov 2010 11:17:35 +0000 (13:17 +0200)
wlantest/inject.c

index 853dae13071aa293c4dd133e1550053c887328c8..23642a85934dd6ee2ee5cd7740e023b6ac4fc65b 100644 (file)
@@ -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);