up vote 2 down vote favorite
1
share [g+] share [fb]

I'm trying to collect wifi Bssid and Rssi information on Windows, and am looking for the most reliable way to do that across as many versions of Windows as possible. With Vista it's easy using Win32 calls with the Wireless LAN API. That API exists on XP SP2 (sometimes) and SP3, but as far as I can tell it doesn't support gathering Bssid information on those platforms.

Ideally, I'd like a way to get it on all versions of XP. (I'm guessing there's just no hope at all for Windows 95 / 98 / ME). Any programming language or commandline tool will do. Any pointers? Thanks.

link|improve this question
1  
I'm also interested in that question. Could you link to the APIs that you mentioned? – viraptor Oct 23 '09 at 19:37
feedback

1 Answer

Well, you can't get that information(from my understanding) from windows. I comes from the router itself. But Wireshark and nmap would be my guess.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown