Skip to content

Instantly share code, notes, and snippets.

@SpikePy
Created December 15, 2021 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SpikePy/eee9fa0f780747c152e5c32d35d14673 to your computer and use it in GitHub Desktop.
Save SpikePy/eee9fa0f780747c152e5c32d35d14673 to your computer and use it in GitHub Desktop.
Linux: Scan WLAN Signal Strength
sudo iwlist wlan0 scan|grep -E '(Cell|ESSID|dBm)' | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment