1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 23:22:27 +01:00

save the wireless network profile when connecting in order to save hidden essids

This commit is contained in:
Adam Blackburn
2009-12-29 11:11:14 -10:00
parent 20b2ff4dc7
commit faee9dd7b6

View File

@@ -1162,6 +1162,7 @@ class WirelessDaemon(dbus.service.Object):
@dbus.service.method('org.wicd.daemon.wireless')
def ConnectWireless(self, id):
""" Connects the the wireless network specified by i"""
self.SaveWirelessNetworkProfile(id)
# Will returned instantly, that way we don't hold up dbus.
# CheckIfWirelessConnecting can be used to test if the connection
# is done.