User Tools

Site Tools


ubuntu:wifi:scan_for_wifi_connections

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:wifi:scan_for_wifi_connections [2020/11/20 09:17] peterubuntu:wifi:scan_for_wifi_connections [2020/11/20 09:26] (current) peter
Line 1: Line 1:
 ====== Ubuntu - WiFi - Scan for WiFi connections ====== ====== Ubuntu - WiFi - Scan for WiFi connections ======
 +
 +<WRAP info>
 +**NOTE:**  **iwlist** is the old command, there's the newer **iw** command.
 +</WRAP>
 +
 +----
 +
  
 <code bash> <code bash>
 +iw scan
 +
 iwlist scan iwlist scan
 </code> </code>
Line 8: Line 17:
  
 <code bash> <code bash>
 +iw wlan0 scan | egrep 'SSID|signal'
 +
 sudo iwlist wlan0 scanning | egrep 'Cell |Encryption|Quality|Last beacon|ESSID' sudo iwlist wlan0 scanning | egrep 'Cell |Encryption|Quality|Last beacon|ESSID'
 </code> </code>
ubuntu/wifi/scan_for_wifi_connections.1605863870.txt.gz · Last modified: 2020/11/20 09:17 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki