From: Jouni Malinen Date: Sat, 20 Jan 2024 17:45:20 +0000 (+0200) Subject: wlantest: Do not decrease debug level for test vectors X-Git-Tag: hostap_2_11~456 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8d0e91967c0c91634dd0c472aa34c54117f3e3;p=thirdparty%2Fhostap.git wlantest: Do not decrease debug level for test vectors 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 --- diff --git a/wlantest/test_vectors.c b/wlantest/test_vectors.c index 350c9d319..69af0a3a5 100644 --- a/wlantest/test_vectors.c +++ b/wlantest/test_vectors.c @@ -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; }