-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi doesn't connect to protected networks on AOSP14 and AOSP15 #29
Comments
I've included patched AOSP 13 You might also need following patch on
I'll leave this issue open for discussion as I would rather find proper solution for this. |
Unsurprisingly did not magically fix itself in AOSP15. Comment above still stands and I've provided patched |
Connecting to WPA2/WPA3 networks doesn't work on Android 14. Connecting to open networks works as expected. There is nothing apparent in
logcat
output that would indicate the exact issue. Behavior is similar to inputting a wrong password for the wifi network. There is also no issue with creating a WPA2 protected wifi hotspot on the device.This would likely indicate some issue with WPA2/WPA3 authentication or wifi keystore that was changed in Android 14.
Connecting to WPA2/WPA3 networks is successful when wpa_supplicant and wifi supplicant HAL from Android 13 are used instead. There's a package with the binaries available here.
The text was updated successfully, but these errors were encountered: