Count WPA-EAP-SHA256 as WPA3 if ieee80211w is set#9
Open
wryun wants to merge 1 commit intoopenwrt:masterfrom
Open
Count WPA-EAP-SHA256 as WPA3 if ieee80211w is set#9wryun wants to merge 1 commit intoopenwrt:masterfrom
wryun wants to merge 1 commit intoopenwrt:masterfrom
Conversation
0eba35f to
956b44b
Compare
956b44b to
0ae558f
Compare
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.