projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
45d2f58
)
Use ProposeScan method
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 9 Dec 2008 17:22:47 +0000
(18:22 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 9 Dec 2008 17:22:47 +0000
(18:22 +0100)
test/start-scanning
patch
|
blob
|
history
diff --git
a/test/start-scanning
b/test/start-scanning
index
9d3f4db
..
aaa3e58
100755
(executable)
--- 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"
if (properties["Type"] == "wifi"):
print " Started WiFi scanning"
- device.Scan()
+ device.
Propose
Scan()
elif (properties["Type"] == "wimax"):
print " Started WiMAX scanning"
elif (properties["Type"] == "wimax"):
print " Started WiMAX scanning"
- device.Scan()
+ device.
Propose
Scan()
else:
print " No scanning"
else:
print " No scanning"