Hi,
What is the use of these two options.Actually where should i use these options?If i use
WIFI_MODE_SCAN_ONLY what happends? If i use `WIFI_MODE_FULL` what happends?
In my programme i don't want to disable my wifi network.So i disconnected wifi.But after some time wifi will again reconnect automatically.I want to handle this one.Whenever i want to connect through programm it will connect again.I thought these two options are use full for me.But Iam confusing where to use these actually in my implementation.
Please give me advise on this?