Can I read the WiFi SSID, MAC Address, RSSI in Windows Phone 7?

天涯浪子 提交于 2020-01-01 19:46:33

问题


I want to read certain WiFi information such as the SSID, MAC address and RSSI (Signal Strength) in my Windows Phone 7 application programmatically.

If it's possible, how can I read this information on a HTC HD 7?


回答1:


With the current SDK, you can't get any of that information. You can get the type of network the user is on via the NetworkInformation class, but nothing about the SSID/MAC/RSSI.




回答2:


I found this and since still waiting for my Samsung Focus to confirm I asked mr Andy Pennell to comment if that is SSID or interface name (like wlan0, eth0... on linux) as per this example.



来源:https://stackoverflow.com/questions/5530125/can-i-read-the-wifi-ssid-mac-address-rssi-in-windows-phone-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!