How to list the available Wifi access point in worklight

拜拜、爱过 提交于 2019-12-12 01:58:01

问题


I have to list the available wifi access point in my app by using worklight . How to do that using worklight.


回答1:


For some sample code showing how to continually acquire all the access points for a set of SSIDs see: Differentiating between indoor areas in the Knowledge Center.

You can use a wildcard (*) for the SSID and MAC in the access point filters.

If you just want a one-time acquisition use the WL.Device.Wifi.acquireVisibleAccessPoints API.

Note that on non-Android platforms, you are limited to information about the connected access point. See here for more on platform restrictions.



来源:https://stackoverflow.com/questions/25197173/how-to-list-the-available-wifi-access-point-in-worklight

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