mirror of
https://github.com/gryf/wicd.git
synced 2026-01-06 13:54:17 +01:00
Fix bug where be-ioctl scans always reported channels as 1.
Tweak the UI a little bit. Add debugging output when forced_disconnect gets enabled.
This commit is contained in:
@@ -316,7 +316,7 @@ class WirelessInterface(Interface, wnettools.BaseWirelessInterface):
|
||||
ap['hidden'] = False
|
||||
|
||||
if cell["channel"]:
|
||||
ap["channel"] = True
|
||||
ap["channel"] = cell["channel"]
|
||||
else:
|
||||
ap["channel"] = self._FreqToChannel(cell["frequency"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user