Also scan on WiMAX devices
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 16 Sep 2008 20:33:33 +0000 (22:33 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 16 Sep 2008 20:33:33 +0000 (22:33 +0200)
test/start-scanning

index 9b5878b..104a55b 100755 (executable)
@@ -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"