Skip to content

WPA2 incorrectly displayed as WPA3 #318

@Jon8RFC

Description

@Jon8RFC

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.

Screenshots
wpa3_bug

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions