I'd like to have a quick check on all the WLANs in my reach.

On Linux I'd use iwlist from CLI to list available WLANs, but is there an equivalent tool on Windows (I need it on XP and up).

In particular, I need a program that gives me a similar output to:

iwlist wlan0 scan

But on Windows! And I need it on Windows XP, I know there's a netsh command for Windows Vista/7 (netsh show wlan I believe), but as I said, I need that to work on Windows XP.

link|improve this question

79% accept rate
feedback

1 Answer

If it does not need to be command line, netstumbler is a great utility for wlans.

link|improve this answer
What I meant was a built-in command if possible, and yes, it would be preferably from the shell. – polemon Apr 10 '11 at 5:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.