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
You might be able to achieve it using WMI queries. Take a look at this thread.