projects
/
framework
/
connectivity
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e0e52
)
Add cellular type to device's network list
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 28 Dec 2008 08:15:43 +0000
(09:15 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 28 Dec 2008 08:15:43 +0000
(09:15 +0100)
test/list-networks
patch
|
blob
|
history
diff --git
a/test/list-networks
b/test/list-networks
index
d8958fb
..
8b1ade1
100755
(executable)
--- a/
test/list-networks
+++ b/
test/list-networks
@@
-25,7
+25,8
@@
for path in properties["Devices"]:
properties = device.GetProperties()
- if properties["Type"] not in ["wifi", "wimax", "bluetooth"]:
+ if properties["Type"] not in ["wifi", "wimax",
+ "bluetooth", "cellular"]:
continue;
print "[ %s ]" % (path)