bssid

Most effective way to collect wifi bssid and rssi data across many windows platforms

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 ...

How do I get the current access point's MAC address/BSSID?

My iPhone is connected to an access point through a WiFi connection. Does anybody now how I can retrieve this Access Point's MAC address with Objective-C? ...

Getting bssid-s from WMI

I tried to get information about available networks using WMI. Unfortunately I always get an empty list. I tried it both via VBScript (using http://www.scriptinternals.com/new/us/support/Internal/WMI%5FMSNdis%5F80211%5FBSSIList.htm) and with Jacob package for Java. It seems that winmgmts://localhost/root/WMI / MSNdis_80211_BSSIList and ...