1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-08 06:44:20 +01:00

Show correct ESSID during connection, thanks to Jonatan! (LP: #755745)

This commit is contained in:
David Paleino
2011-11-13 07:57:12 +01:00
parent 54ac41549a
commit 9512ec0506

View File

@@ -658,6 +658,8 @@ class Wireless(Controller):
The name of the currently connected network. The name of the currently connected network.
""" """
if self.connecting_thread and self.connecting_thread.is_connecting:
return self.connecting_thread.network['essid']
return self.wiface.GetCurrentNetwork(iwconfig) return self.wiface.GetCurrentNetwork(iwconfig)
def GetBSSID(self): def GetBSSID(self):