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:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user