luci-mod-network: rename WPA3 mixed mode to Transition Mode#8291
Open
Eruis2579 wants to merge 1 commit intoopenwrt:masterfrom
Open
luci-mod-network: rename WPA3 mixed mode to Transition Mode#8291Eruis2579 wants to merge 1 commit intoopenwrt:masterfrom
Eruis2579 wants to merge 1 commit intoopenwrt:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
Contributor
|
3.4 also says: NOTE: Per Sections 11.2 and 11.4, an AP does not operate a BSS in WPA3-Personal Transition Mode in the 6 |
f4fb21d to
2203f16
Compare
Author
|
Hi, @systemcrash Could you review again please? |
Contributor
|
Now, how do you ensure that this option does not show for the 6GHz bands? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
0bdaa5e to
ddfe785
Compare
Author
|
@systemcrash please check again |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ddfe785 to
48782d1
Compare
This comment has been minimized.
This comment has been minimized.
f25b230 to
a2e12a1
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a2e12a1 to
d4f81a9
Compare
This comment has been minimized.
This comment has been minimized.
Fix issue openwrt#8289: Rename 'WPA2-PSK/WPA3-SAE Mixed Mode' to 'WPA2-PSK/WPA3-SAE Transition Mode' to clarify that OpenWrt implements WPA3 Personal Transition mode, not Compatibility mode. This helps differentiate between Transition and Compatibility modes as specified in WPA3 Spec v3.4+. Additionally, implement the WPA3 Spec v3.4 Sections 11.2 and 11.4 requirement that WPA3-Personal Transition Mode does not operate in the 6 GHz band or Sub 1 GHz band. The sae-mixed option is now hidden when 6GHz band is selected. Fixes: openwrt#8289 Signed-off-by: Eruis2579 <joewartson757@gmail.com>
d4f81a9 to
0f5e634
Compare
Failed checksIssues marked with an ❌ are failing checks. Commit 0f5e634
For more details, see the full job log. Something broken? Consider providing feedback. |
Author
|
Hi, @systemcrash |
|
@Eruis2579: Thanks for your PR! Do not forget to solve it: |
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.
Fix issue #8289: Rename 'WPA2-PSK/WPA3-SAE Mixed Mode' to 'WPA2-PSK/WPA3-SAE Transition Mode' to clarify that OpenWrt implements WPA3 Personal Transition mode, not Compatibility mode. This helps differentiate between Transition and Compatibility modes as specified in WPA3 Spec v3.4+.
Changes
Related Issue
Fixes: #8289