How do I get the available wifi APs and their signal strength in .net?

后端 未结 7 1294
我寻月下人不归
我寻月下人不归 2020-11-28 05:00

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

7条回答
  •  广开言路
    2020-11-28 05:12

    If you are using vista wmi does not work with all network adapters, another alternative for vista is to use the netsh command. Have a look at this codeproject article.

提交回复
热议问题