From: Jouni Malinen Date: Fri, 12 Mar 2021 08:54:14 +0000 (+0200) Subject: tests: TWT_SETUP with the control argument X-Git-Tag: hostap_2_10~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5013897532f028e2d832c080143b0fb905c185da;p=thirdparty%2Fhostap.git tests: TWT_SETUP with the control argument Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_he.py b/tests/hwsim/test_he.py index 50f5b05f8..76a6efe27 100644 --- a/tests/hwsim/test_he.py +++ b/tests/hwsim/test_he.py @@ -1124,7 +1124,7 @@ def test_he_twt(dev, apdev): raise Exception("TWT_SETUP failed") if "OK" not in dev[0].request("TWT_TEARDOWN"): raise Exception("TWT_SETUP failed") - if "OK" not in dev[0].request("TWT_SETUP dialog=123 exponent=9 mantissa=10 min_twt=254 setup_cmd=1 twt=1234567890 requestor=1 trigger=0 implicit=0 flow_type=0 flow_id=2 protection=1 twt_channel=3"): + if "OK" not in dev[0].request("TWT_SETUP dialog=123 exponent=9 mantissa=10 min_twt=254 setup_cmd=1 twt=1234567890 requestor=1 trigger=0 implicit=0 flow_type=0 flow_id=2 protection=1 twt_channel=3 control=16"): raise Exception("TWT_SETUP failed") if "OK" not in dev[0].request("TWT_TEARDOWN flags=255"): raise Exception("TWT_SETUP failed")