获取可用 WiFi 点列表

发布于 2024-11-06 02:28:42 字数 133 浏览 2 评论 0原文

我正在创建一个需要互联网连接的应用程序。因此,当 WiFi 设置未启用时,我会弹出一条消息来将其打开。但当它打开时,它不一定连接到 WiFi 接入点。

有什么办法可以在列表中显示当前所有可用的 WiFi 点吗?

提前致谢

I'm creating an app that needs internet connection. So when the WiFi setting is not enabled, I pop up a message to switch it on. But when it's on, it's not nessecarily connected to a WiFi Access Point.

Is there any way to show all current available WiFi spots in a list?

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

请帮我爱他 2024-11-13 02:28:42

查看 WifiManager 类的方法。特别是 getScanResults() 方法将返回上次扫描 Wifi 网络的结果。请注意,getConfiguredNetworks() 仅返回用户事先配置的网络(即已为安全网络提供密码等)。

Have a look on the methods of the WifiManager class. Especially the getScanResults() method will return the results of the last scan for Wifi networks. Be aware that the getConfiguredNetworks() only returns those networks that have been configured beforehand by the user (i.e. the password has been provided for a secured network, etc).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文