summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-09-16 22:33:33 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-09-16 22:33:33 +0200
commit9f87c74fa2360bf63e476577518d2f0e2d5dd71e (patch)
tree0c088aed65d245da5ca91f424116c31e2b611cc3 /test
parent103706c4f4da0c89f8b6f33cccdc3149f4ecc09a (diff)
downloadconnman-9f87c74fa2360bf63e476577518d2f0e2d5dd71e.tar.gz
connman-9f87c74fa2360bf63e476577518d2f0e2d5dd71e.tar.bz2
connman-9f87c74fa2360bf63e476577518d2f0e2d5dd71e.zip
Also scan on WiMAX devices
Diffstat (limited to 'test')
-rwxr-xr-xtest/start-scanning5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/start-scanning b/test/start-scanning
index 9b5878b0..104a55b1 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"