manadream / AndroidProxySetter

An android app that sets the proxy settings for a wifi access point by using adb
GNU General Public License v3.0
477 stars 96 forks source link

Improvement: Is it possible to get it working with domains (username/passwords)? #6

Open MaikNog opened 8 years ago

MaikNog commented 8 years ago

My typical use case scenario is working in a QA department, where I test certain features with a proxy. We are in the company wireless network, which is secured via username/password, which is registered in their local LDAP.

The access(?) method used is PEAP / MSCHAPV2.

manadream commented 8 years ago

I'll look into this. When I initially created this I didn't see that option readily available in the APL library to implement but I'll take a second look.

jireton commented 8 years ago

Thanks for looking at this. My use case is basically identical to the reported issue PEAP with user/pass

manadream commented 8 years ago

Yeah, it looks like this functionality will not work at the moment. The APL does not support EAP security when setting the proxy settings on a WiFi AP. See shouldit/android-proxy#5 That said, I'll leave this open and if I have time I'll try to add this functionality

zcrself commented 7 years ago

great, thanks for your reply