From: Jouni Malinen Date: Sun, 8 Jan 2017 15:16:01 +0000 (+0200) Subject: tests: TDLS_CHAN_SWITCH error case X-Git-Tag: hostap_2_7~1777 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f241a2604a85c9ea42404276065c733a07ae9beb;p=thirdparty%2Fhostap.git tests: TDLS_CHAN_SWITCH error case Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_tdls.py b/tests/hwsim/test_ap_tdls.py index 1213faac0..6b802fa30 100644 --- a/tests/hwsim/test_ap_tdls.py +++ b/tests/hwsim/test_ap_tdls.py @@ -540,6 +540,8 @@ def test_tdls_chan_switch(dev, apdev): raise Exception("Could not disable TDLS channel switching") if "FAIL" not in dev[0].request("TDLS_CANCEL_CHAN_SWITCH " + dev[1].own_addr()): raise Exception("TDLS_CANCEL_CHAN_SWITCH accepted even though channel switching was already disabled") + if "FAIL" not in dev[0].request("TDLS_CHAN_SWITCH foo 81 2462"): + raise Exception("Invalid TDLS channel switching command accepted") def test_ap_tdls_link_status(dev, apdev): """Check TDLS link status between two stations"""