How to list the available Wifi access point in wor

2019-08-19 06:07发布

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

1条回答
你好瞎i
2楼-- · 2019-08-19 06:56

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.

查看更多
登录 后发表回答