User Tools

Site Tools


ubuntu:wifi:scan_for_wifi_connections

Ubuntu - WiFi - Scan for WiFi connections

NOTE: iwlist is the old command, there's the newer iw command.


iw scan
 
iwlist scan

or

iw wlan0 scan | egrep 'SSID|signal'
 
sudo iwlist wlan0 scanning | egrep 'Cell |Encryption|Quality|Last beacon|ESSID'

Help

See:

man iwlist

ubuntu/wifi/scan_for_wifi_connections.txt · Last modified: 2020/11/20 09:26 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki