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

后端 未结 7 1258
我寻月下人不归
我寻月下人不归 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:28

    You might be able to achieve it using WMI queries. Take a look at this thread.

提交回复
热议问题