-
Notifications
You must be signed in to change notification settings - Fork 689
Closed
Labels
Description
Describe the bug
v3.0.2 displays access points as having WPA3 when they don't.
The string "RSN" is associated with WPA3 but it should be "SAE" as SAE replaced PSK in WPA3. Currently, when it sees RSN-* (which is not necessarily WPA3, but could be), it tags it as WPA3. RSN is used with both WPA2 and WPA3, but SAE is used only with WPA3.
Additional context
This doesn't account for WPA3 Enterprise, but the app currently doesn't account for WPA/WPA2 Enterprise (yet), either.
I looked at making a pull request (not a software developer), but got very confused with certain parts and don't know if I can just swap every instance of RSN for SAE.
Provide Device/Android OS information
Pixel 5
Android 11
RD1A.201105.003.C1
VREMSoftwareDevelopment