]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wlantest: Do not decrease debug level for test vectors
authorJouni Malinen <j@w1.fi>
Sat, 20 Jan 2024 17:45:20 +0000 (19:45 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 20 Jan 2024 17:45:20 +0000 (19:45 +0200)
The CCMP PV1 test vector dropped debugging verbosity at the end. This
was not really supposed to be done since these test vectors are expected
to print at EXCESSIVE verbosity.

Signed-off-by: Jouni Malinen <j@w1.fi>
wlantest/test_vectors.c

index 350c9d319ab91fec0c079322a635b11cf748702d..69af0a3a566a29d95d0c0e049b25155b6eb3b981 100644 (file)
@@ -341,8 +341,6 @@ static void test_vector_ccmp_pv1(void)
                    enc + 16, enc_len - 16);
        WPA_PUT_LE32(fcs, ieee80211_crc32(enc, enc_len));
        wpa_hexdump(MSG_INFO, "Encrypted Frame FCS", fcs, sizeof(fcs));
-
-       wpa_debug_level = MSG_INFO;
 }