Android Question MLWifi - Save WifiAP

rodmcm

Active Member
Licensed User
Hi
Can someone please explain
.saveWifiAP(String ssid, int security, String password, boolean connect) As Boolean

The documents say that a true return is on save and successful connection (connect=true) or save only (connect=False)

However if i stop and restart my App and with no AP present I get a True return on either True or False connect parameter.
 
Top