Is there a CLI command or program that will list available wireless access points? I'm running Ubuntu 9.04 on a laptop and sometimes I boot straight into the CLI instead of a GUI. I know iwconfig can configure a connection but will not list available AP's.
feedback
|
migrated from stackoverflow.com Apr 4 '10 at 15:23
This question came from our site for professional and enthusiast programmers.
|
How about this (warning: I haven't tested this):
Side-note: You'll probably need sufficient privs to run these. | |||
|
feedback
|
|
iwlist INTERFACE_NAME scanning
| |||||
feedback
|
wicd also provides a curses-based interface which allows you to easily connect to the AP of your choice. | |||
|
feedback
|
|
If you happen to use wpa_supplicant, wpa_cli comes in very handy. You run:
And then:
This produces a list of APs with some additional information. | |||
|
feedback
|
|
If NetworkManager is running then you can use Additionally, you can use | |||
|
feedback
|
