isuPatches / android-wisefy

Wrapper around WifiManager and ConnectivityManager for Android
Apache License 2.0
312 stars 38 forks source link

WPS connection ? #65

Closed jewom closed 7 years ago

jewom commented 7 years ago

Hi,

Is it possible to make a connection with using WPS ?

thanks

isuPatches commented 7 years ago

Not currently, just WPA2, Open and WEP, but I would be interested in looking into this

isuPatches commented 7 years ago

I'm questioning if WPS functionality belongs in this library... https://android.googlesource.com/platform/packages/apps/TvSettings/+/lollipop-wear-release/Settings/src/com/android/tv/settings/connectivity/WpsConnectionActivity.java

It seems like it would require UI and a lot of additional bloat. My concern is that I don't want to make UI/UX decisions at the library level. Do you have any recommendations on what you want to see implementation wise? Otherwise I think I plan on not implementing this...really sucky answer I know and I apologize for that, but I have to pick my battles.

isuPatches commented 7 years ago

Feel free to reopen in the future...currently closing due to no activity