Skip to content

Instantly share code, notes, and snippets.

@christopherdebeer
Created August 10, 2013 12:10
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 christopherdebeer/6200201 to your computer and use it in GitHub Desktop.
Save christopherdebeer/6200201 to your computer and use it in GitHub Desktop.
Periodic WIFI Scan
Cell 01 - Address: C4:3D:C7:3B:12:34
          Quality=53/70  Signal level=-57 dBm
          ESSID:"MWR"
Cell 02 - Address: 2C:B0:5D:FB:67:F6
          Quality=33/70  Signal level=-77 dBm
          ESSID:"virginmedia1000829"
Cell 03 - Address: 5C:7D:5E:B6:69:00
          Quality=19/70  Signal level=-91 dBm
          ESSID:"TALKTALK-B668F8"
Cell 04 - Address: 7C:03:4C:A9:A0:36
          Quality=19/70  Signal level=-91 dBm
          ESSID:"SKY9A035"
sudo iwlist wlan0 scan |egrep 'SSID|Address|Signal'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment