From: Marcel Holtmann Date: Tue, 9 Dec 2008 17:22:47 +0000 (+0100) Subject: Use ProposeScan method X-Git-Tag: 0.2~33 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=518c863bcaab4bd138d655dbb280fbd9153cda49;p=connman Use ProposeScan method --- 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"