[android-developers] Re: (Update) Re: Talking to wpa_supplicant for TTLS / PEAP / TLS (Runtime+wpa_cli / JNI / LocalSocket(Unix domain socket) / wpa_supplicant.conf?)

2010-05-27 Thread petlaw
I'm trying to do the same thing!! I want to control the credentials passed to Android thorough my client application. I don't see any way of doing this through the API. I'm still reading through all your emails to see what you have tried. On Apr 8, 2:49 am, a2ronus a...@theipcompany.nl wrote:

[android-developers] Re: (Update) Re: Talking to wpa_supplicant for TTLS / PEAP / TLS (Runtime+wpa_cli / JNI / LocalSocket(Unix domain socket) / wpa_supplicant.conf?)

2010-04-08 Thread a2ronus
Ok, I realize now that my post above is way too long. Sorry for that. Let's keep it simple: I currently have an app that runs with the system sharedUserId by siging it with the platform key. See also:

[android-developers] Re: (Update) Re: Talking to wpa_supplicant for TTLS / PEAP / TLS (Runtime+wpa_cli / JNI / LocalSocket(Unix domain socket) / wpa_supplicant.conf?)

2010-04-08 Thread a2ronus
And I've also tried using the wpa_supplicant.conf file. However, when I use the FileInputStream to read /data/misc/wifi/wpa_supplicant.conf file I get a FileNotFoundException. My app is again running as system user. Apparantly the system user cannot access a wifi-user-secured- directory. The acces

[android-developers] Re: (Update) Re: Talking to wpa_supplicant for TTLS / PEAP / TLS (Runtime+wpa_cli / JNI / LocalSocket(Unix domain socket) / wpa_supplicant.conf?)

2010-03-03 Thread YCW
Does anyone know if Dount support WPA2-EAP or not ?!! much thanks On 2月23日, 下午8時18分, a2ronus aaron.jan...@gmail.com wrote: (Update: I got a reply from Jouni Malinen on the hostap mailinglist, I tried his approachm but that doesn't seem to work either. I posted the message below on the hostap