Android:主动扫描 wifi 网络
根据这个,是否可以在不使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,看来这是不可能的。
描述了使用 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.
您应该使用 WifiManager 类、startScan() 和 getScanResults() 方法
You should use the WifiManager class, startScan() and getScanResults() methods