LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Displaying available wireless networks in terminal (https://www.linuxquestions.org/questions/linux-newbie-8/displaying-available-wireless-networks-in-terminal-711662/)

devinmcelheran 03-14-2009 09:49 PM

Displaying available wireless networks in terminal
 
What is the command to display all the available wireless networks in the terminal the area?

MS3FGX 03-14-2009 10:11 PM

You could use a command like:

Code:

iwlist wlan0 scan
Replacing "wlan0" with the name of your WLAN interface, if necessary.

Drakeo 03-14-2009 10:12 PM

iwlist sudo iwlist eth1 scan if yours is a wlan0 or ath0 then use it.read this.


All times are GMT -5. The time now is 10:28 AM.