mirror of
https://github.com/gryf/wicd.git
synced 2025-12-24 07:02:29 +01:00
Show correct ESSID during connection, thanks to Jonatan! (LP: #755745)
This commit is contained in:
@@ -658,6 +658,8 @@ class Wireless(Controller):
|
||||
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)
|
||||
|
||||
def GetBSSID(self):
|
||||
|
||||
Reference in New Issue
Block a user