mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 12:58:07 +01:00
Support passing no driver to wpa_supplicant
This commit is contained in:
@@ -298,6 +298,7 @@ class PrefsDialog(urwid.WidgetWrap):
|
||||
# wpa_supplicant janx
|
||||
self.wpadrivers = wireless.GetWpaSupplicantDrivers()
|
||||
self.wpadrivers.append("ralink_legacy")
|
||||
self.wpadrivers.append('none')
|
||||
# Same as above with the dbus.String
|
||||
self.thedrivers = [unicode(w) for w in self.wpadrivers]
|
||||
self.wpa_cbox.set_list(self.thedrivers)
|
||||
|
||||
Reference in New Issue
Block a user