From c00f19061cd8abfaf0714f07f80c3fe297de0603 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 30 Nov 2015 14:01:40 +0200 Subject: [PATCH] tests: wpa_supplicant sched_scan_plans parsing Signed-off-by: Jouni Malinen --- tests/hwsim/test_wpas_ctrl.py | 6 ++++++ 1 file changed, 6 insertions(+) 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 ")