Networking :: Locating SID
Is there a command for getting the names of wireless networks currently active? Ndiswrapper does a good job of linking up with hotspots, providing I know what the name of the available SID is. Thanks
tip
iwconfig
in an xterm; it gives you the ESSID which is the name of your current network
yours
z
If you are lucky enought to have a card/driver that suports it:
iwlist wlan0 scan
If not, when I use Iwconfig from dsl control panel, I just leave the sid field blank and it connects right up.
Thanks. I had an opportunity to use it today when attending a conference. Iwconfig worked nicely, and I was able to log on with the info. Iwlist shows everything available; very nice!!!
original here.