change to line 125 in /usr/sbin/wifi-radar from

wireless_devices = [ (x[0:x.find(" ")])] for x in iwconfig_info if
("ESSID" in x)]

to

wireless_devices = [ (x[0:x.find(" ")])] for x in iwconfig_info if
("Mode" in x)]

now the auto-detect working ...



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to