Android:主动扫描 wifi 网络

发布于 2025-01-07 20:53:39 字数 225 浏览 0 评论 0原文

根据这个,是否可以在不使用android的情况下执行主动wifi扫描发布,未记录的 API 调用 startScanActive()

是否还有其他可能性可以执行此操作并执行主动扫描?

Is it possible to perform an active wifi scan on android without using the, according to this post, undocumented API call startScanActive()?

Are there any other possibilities to do this and perform an active scan?

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

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

发布评论

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

评论(2

混浊又暗下来 2025-01-14 20:53:39

好吧,看来这是不可能的。
描述了使用 startScanActive() 的一种可能的“解决方法”这里,但这并不能保证有效。

Ok, it seems that is just not possible.
One possible "Workaround" to use startScanActive() is described here, but that is not guaranteed to work.

挽梦忆笙歌 2025-01-14 20:53:39

您应该使用 WifiManager 类、startScan() 和 getScanResults() 方法

You should use the WifiManager class, startScan() and getScanResults() methods

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