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?
You should use the WifiManager class, startScan() and getScanResults() methods