From: Jouni Malinen Date: Mon, 30 Nov 2015 12:01:40 +0000 (+0200) Subject: tests: wpa_supplicant sched_scan_plans parsing X-Git-Tag: hostap_2_6~1260 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00f19061cd8abfaf0714f07f80c3fe297de0603;p=thirdparty%2Fhostap.git tests: wpa_supplicant sched_scan_plans parsing Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_wpas_ctrl.py b/tests/hwsim/test_wpas_ctrl.py index 5395d3fc9..1b398e312 100644 --- a/tests/hwsim/test_wpas_ctrl.py +++ b/tests/hwsim/test_wpas_ctrl.py @@ -1905,3 +1905,9 @@ def test_wpas_ctrl_event_burst(dev, apdev): if not dev[0].ping(): raise Exception("Could not ping wpa_supplicant at the end of the test") + +def test_wpas_ctrl_sched_scan_plans(dev, apdev): + """wpa_supplicant sched_scan_plans parsing""" + dev[0].request("SET sched_scan_plans foo") + dev[0].request("SET sched_scan_plans 10:100 20:200 30") + dev[0].request("SET sched_scan_plans ")