I need to connect to a WiFi access point on android using Python script and SL4A. I looked at SL4A's documentation http://www.mithril.com.au/android/doc/WifiFacade.html but there is not function for connecting to and authenticating for a given AP. Is there a way around this?
Thanks in advance!
PS: I am actually looking for a suitable scripting language that can access all Android API, simple syntax would be a plus. The idea is that users can write simple scripts for tasks such as authenticating to a WiFi access point, launching an application or navigating to a URL in browser. But is seems SL4A is the only scripting platform available on Android.
New version of SL4A 6.2.0 (alpha status) can connect AP with new API: wifiConnect.
I tested this code and new API. Please try it.