Use correct property for network name
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 23 Nov 2008 12:50:20 +0000 (13:50 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 23 Nov 2008 12:50:20 +0000 (13:50 +0100)
test/list-networks

index c799863..11726a8 100755 (executable)
@@ -23,4 +23,4 @@ for path in elements:
                        state = "*"
                else:
                        state = " "
-               print "    %s %s" % (state, properties["SSID"])
+               print "    %s %s" % (state, properties["WiFi.Name"])