mirror of
https://github.com/gryf/wicd.git
synced 2026-02-21 17:35:46 +01:00
Make sure we check for wirelesstools in the ioctl backend.
This commit is contained in:
@@ -264,6 +264,7 @@ class WirelessInterface(Interface, BaseWirelessInterface):
|
|||||||
wpa_driver)
|
wpa_driver)
|
||||||
Interface.__init__(self, iface, verbose)
|
Interface.__init__(self, iface, verbose)
|
||||||
self.scan_iface = None
|
self.scan_iface = None
|
||||||
|
self.CheckWirelessTools()
|
||||||
|
|
||||||
@neediface([])
|
@neediface([])
|
||||||
def GetNetworks(self):
|
def GetNetworks(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user