From 518c863bcaab4bd138d655dbb280fbd9153cda49 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 9 Dec 2008 18:22:47 +0100 Subject: [PATCH] Use ProposeScan method --- test/start-scanning | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/start-scanning b/test/start-scanning index 9d3f4db..aaa3e58 100755 --- a/test/start-scanning +++ b/test/start-scanning @@ -19,10 +19,10 @@ for path in properties["Devices"]: if (properties["Type"] == "wifi"): print " Started WiFi scanning" - device.Scan() + device.ProposeScan() elif (properties["Type"] == "wimax"): print " Started WiMAX scanning" - device.Scan() + device.ProposeScan() else: print " No scanning" -- 2.7.4