mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 05:18:02 +01:00
Support passing no driver to wpa_supplicant
This commit is contained in:
@@ -377,7 +377,8 @@ class PreferencesDialog(object):
|
||||
self.wpadrivercombo = build_combobox("pref_wpa_combobox")
|
||||
self.wpadrivers = wireless.GetWpaSupplicantDrivers()
|
||||
self.wpadrivers.append("ralink_legacy")
|
||||
|
||||
self.wpadrivers.append('none')
|
||||
|
||||
for x in self.wpadrivers:
|
||||
self.wpadrivercombo.append_text(x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user