Skip to content
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

Count WPA-EAP-SHA256 as WPA3 if ieee80211w is set #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wryun
Copy link

@wryun wryun commented Mar 18, 2024

Partially addresses #8. Should be consistent with openwrt/openwrt@b63df6c

Does not currently fix the situation for scans; in particular, iwinfo_parse_rsn should be changed to have the same logic as parse_wpa_suites here, and I'm not sure if there's something that can be done for the wpa supplicant scan to detect pmf.

@wryun wryun force-pushed the count-eap-sha256-as-wpa3 branch from 0eba35f to 956b44b Compare March 19, 2024 05:08
@wryun wryun force-pushed the count-eap-sha256-as-wpa3 branch from 956b44b to 0ae558f Compare March 20, 2024 02:25
morse-arienjudge pushed a commit to MorseMicro/iwinfo that referenced this pull request Sep 11, 2024
Supposedly:

wpa_key_mgmt=WPA-EAP WPA-EAP-SHA256
ieee80211w=1
=> WPA3-Enterprise transition mode

wpa_key_mgmt=WPA-EAP-SHA256
ieee80211w=2
=> WPA3-Enterprise only mode

At the moment, both are showing up as WPA2.

See section 3 of https://www.wi-fi.org/system/files/WPA3%20Specification%20v3.1.pdf

This does _not_ fix the crypto reported in the scan,
as this is a harder issue for us (due to 802.11ah not having
RSN info so our scan function being hacked up, and the wpa_supplicant
scan not reporting MFP status).

Upstream PR: openwrt/iwinfo#9
morse-arienjudge pushed a commit to MorseMicro/iwinfo that referenced this pull request Oct 2, 2024
Supposedly:

wpa_key_mgmt=WPA-EAP WPA-EAP-SHA256
ieee80211w=1
=> WPA3-Enterprise transition mode

wpa_key_mgmt=WPA-EAP-SHA256
ieee80211w=2
=> WPA3-Enterprise only mode

At the moment, both are showing up as WPA2.

See section 3 of https://www.wi-fi.org/system/files/WPA3%20Specification%20v3.1.pdf

This does _not_ fix the crypto reported in the scan,
as this is a harder issue for us (due to 802.11ah not having
RSN info so our scan function being hacked up, and the wpa_supplicant
scan not reporting MFP status).

Upstream PR: openwrt/iwinfo#9
@Neustradamus
Copy link

@Ansuel, @hauke, @blogic, @brada4: Have you seen this @wryun PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants