I'm developing an app that configure several devices that the company develops. Each device opens an access point and, to configure it, I need to connect to each device.
I'm having a problem when there is many wifi networks available in the area, because my Android device keeps losing the connection with the device to configure, and that breaks the process. I've configured a Broadcast Receiver to reconnect to the device when loose the connection, but that isn't enough.
What I want to know is if there is a way to "ignore" all the networks available that isn't from a device to configure in order to improve my configuration process.
I'm sorry for the bad english. Thanks