How do I set wifi ip address, dns address, gateway from android java i.e programmatically, I didn\'t find any method which has the capability to store the values.
Not sure it will help but it's possible to manually set an alternative ip,gateway, dns etc for a particular access point in the Wireless settings. Whether you can do this automatically or using an intent is another question?
I just saw this which might be helpful
How can i call Wi-Fi settings screen from my application using Android