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?

有帮助吗?

解决方案

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

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top