mnalis / android-wifi-upgrade

convert WiFi passwords from old Android wpa_supplicant.conf to newer (post-Oreo) WifiConfigStore.xml
Apache License 2.0
17 stars 8 forks source link

Fix for WEP and proper auth_alg bitmask #5

Closed jimklimov closed 3 years ago

jimklimov commented 3 years ago

Document stuff vs android docs; add a simple self-test

mnalis commented 3 years ago

Thanks for the effort on improving this! Could you update just two minor things before I pull this:

Thanks!

jimklimov commented 3 years ago

Updated, hopefully ok to go :)

mnalis commented 3 years ago

Thanks, look good!

Just final verification before I pull: You also release all your changes under Apache 2.0 license (as the original code does), correct?

jimklimov commented 3 years ago

Yes, licensing so is okay with me. Jim Klimov

On Tue, Dec 22, 2020, 04:07 Matija Nalis notifications@github.com wrote:

Thanks, look good!

Just final verification before I pull: You also release all your changes under Apache 2.0 license (as the original code does), correct?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mnalis/android-wifi-upgrade/pull/5#issuecomment-749312273, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMPTFBC3B4AIQUPGZIGVXTSWAEP5ANCNFSM4VDWBFUQ .

mnalis commented 3 years ago

Thanks again for your work, merged!