From 9f87c74fa2360bf63e476577518d2f0e2d5dd71e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 16 Sep 2008 22:33:33 +0200 Subject: [PATCH] Also scan on WiMAX devices --- test/start-scanning | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- 2.7.4