Reputation: 10372
I'd like to get information (for example SSID) of the WLANs which are available around me. Is this possible*?
Edit: *possible in the sense of "passes marketplace certification"
Upvotes: 0
Views: 684
Reputation: 66882
No - this isn't available in the current API set - and I don't think it's been mentioned in the Mango set either.
Upvotes: 2
Reputation: 1910
You could use a pinvoke to WlanGetAvailableNetworkList.
http://www.pinvoke.net/default.aspx/wlanapi.wlangetavailablenetworklist
http://msdn.microsoft.com/en-us/library/ms706749%28VS.85%29.aspx
Upvotes: -1