From: Marcel Holtmann Date: Tue, 16 Sep 2008 20:33:33 +0000 (+0200) Subject: Also scan on WiMAX devices X-Git-Tag: 0.1~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f87c74fa2360bf63e476577518d2f0e2d5dd71e;p=platform%2Fupstream%2Fconnman.git Also scan on WiMAX devices --- diff --git a/test/start-scanning b/test/start-scanning index 9b5878b..104a55b 100755 --- a/test/start-scanning +++ b/test/start-scanning @@ -21,7 +21,10 @@ for path in elements: print "[ %s ]" % (path) if (properties["Subtype"] == "wifi"): - print " Started scanning" + print " Started WiFi scanning" + element.Update() + elif (properties["Subtype"] == "wimax") + print " Started WiMAX scanning" element.Update() else: print " No scanning"