how can i do programmatically scan for hidden Wireless Access Points, in android ?
getScanResults
give me only visible Access Points , but i need to discover hidden too.
When programmatically scanning Wi-Fi networks (using WifiManager.startScan()
and WifiManager.getScanResults()
), when the SSID broadcast is disabled on an access point and the access point has never been connected to the device, the ScanResult element for this access point does not appear in the list of access points returned.