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:
0dd05b7
)
Use correct property for network name
author
Marcel Holtmann
<marcel@holtmann.org>
Sun, 23 Nov 2008 12:50:20 +0000
(13:50 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 23 Nov 2008 12:50:20 +0000
(13:50 +0100)
test/list-networks
patch
|
blob
|
history
diff --git
a/test/list-networks
b/test/list-networks
index
c799863
..
11726a8
100755
(executable)
--- a/
test/list-networks
+++ b/
test/list-networks
@@
-23,4
+23,4
@@
for path in elements:
state = "*"
else:
state = " "
- print " %s %s" % (state, properties["
SSID
"])
+ print " %s %s" % (state, properties["
WiFi.Name
"])