mirror of
https://github.com/gryf/wicd.git
synced 2026-03-11 12:05:51 +01:00
Determine valid wpa_supplicant drivers by parsing the list from wpa_supplicant, rather than comparing it's output to a static list of possible drivers.
This commit is contained in:
@@ -1269,9 +1269,9 @@ class WirelessDaemon(dbus.service.Object):
|
||||
self.config.remove_section(essid_key)
|
||||
|
||||
@dbus.service.method('org.wicd.daemon.wireless')
|
||||
def GetWpaSupplicantDrivers(self, drivers):
|
||||
""" Returns all valid wpa_supplicant drivers in a given list. """
|
||||
return self.wifi.GetWpaSupplicantDrivers(drivers)
|
||||
def GetWpaSupplicantDrivers(self):
|
||||
""" Returns all valid wpa_supplicant drivers. """
|
||||
return self.wifi.GetWpaSupplicantDrivers()
|
||||
|
||||
@dbus.service.method('org.wicd.daemon.wireless')
|
||||
def ReloadConfig(self):
|
||||
|
||||
Reference in New Issue
Block a user