From: Jouni Malinen Date: Thu, 16 Jun 2022 17:31:45 +0000 (+0300) Subject: tests: Remove the 80+80 vs. 160 part from wpa2_ocv_ap_vht160_mismatch X-Git-Tag: hostap_2_11~1856 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f5499010b7fc9a0d7aa419ad253d3c29d897a8;p=thirdparty%2Fhostap.git tests: Remove the 80+80 vs. 160 part from wpa2_ocv_ap_vht160_mismatch This started failing with the OCV implementation change to ignore the second segment when using a 160 MHz channel. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ocv.py b/tests/hwsim/test_ocv.py index a885be2ad..b624938bd 100644 --- a/tests/hwsim/test_ocv.py +++ b/tests/hwsim/test_ocv.py @@ -522,7 +522,6 @@ def run_wpa2_ocv_ap_vht160_mismatch(dev, apdev): conn.test_bad_oci("smaller bandwidth (20 Mhz) than negotiated", 121, 100, 0) conn.test_bad_oci("smaller bandwidth (40 Mhz) than negotiated", 122, 100, 0) conn.test_bad_oci("smaller bandwidth (80 Mhz) than negotiated", 128, 100, 0) - conn.test_bad_oci("using 80+80 channel instead of 160", 130, 100, 155) conn.confirm_valid_oci(129, 100, 0) dev[0].dump_monitor()