11-13-2019, 01:50 PM
Prolly not a bug in the scan. It runs the command below twice to improve the results. Give it a try.
-Tim
Code:
sudo iwlist wlan0 scan | grep ESSID | sed 's/ESSID://; s/\"//g'
sudo iwlist wlan0 scan | grep ESSID | sed 's/ESSID://; s/\"//g'
-Tim