Can I enumerate available WLANs?

﹥>﹥吖頭↗ 提交于 2019-12-02 17:41:59

问题


I'd like to get information (for example SSID) of the WLANs which are available around me. Is this possible*?

Edit: *possible in the sense of "passes marketplace certification"


回答1:


No - this isn't available in the current API set - and I don't think it's been mentioned in the Mango set either.




回答2:


You could use a pinvoke to WlanGetAvailableNetworkList.

http://www.pinvoke.net/default.aspx/wlanapi.wlangetavailablenetworklist

http://msdn.microsoft.com/en-us/library/ms706749%28VS.85%29.aspx



来源:https://stackoverflow.com/questions/5679066/can-i-enumerate-available-wlans

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