Is there any way to access all WiFi access points and their respective RSSI values using .NET? It would be really nice if I could do it without using unmanaged code or even better if it worked in mono as well as .NET.
If it is possible i would appriciate a code sample. Thanks
Here are a few similiar stackoverflow questions i found:
–Get SSID of the wireless network I am connected to with C# .Net on Windows Vista
It is a wrapper project with managed code in c# at http://www.codeplex.com/managedwifi
It supports Windows Vista and XP SP2 (or later version).
sample code: