Can some body help me to solve this issue?
Here is my code, and at mWifi.enableNetwork(netID, true)
it\'s cannot enable network and cannot auto connect to
try adding remaining information about the network such as allowed ciphers, key Mangement scheme and the PSK (if you are using one)
Secondly check in the configured networks list first to make sure that you don't try to add another network with the same configuration as there is not point doing that.
As a recommendation don't startScan() and wait for it finish. Register for SCAN_RESULTS_AVAILABLE_ACTION
and use a callback from the broadcast receiver to your activity to process those results.