Skip to content

luci-mod-network: rename WPA3 mixed mode to Transition Mode#8291

Open
Eruis2579 wants to merge 1 commit intoopenwrt:masterfrom
Eruis2579:rename-wpa3-mixed-mode-8289
Open

luci-mod-network: rename WPA3 mixed mode to Transition Mode#8291
Eruis2579 wants to merge 1 commit intoopenwrt:masterfrom
Eruis2579:rename-wpa3-mixed-mode-8289

Conversation

@Eruis2579
Copy link

@Eruis2579 Eruis2579 commented Feb 2, 2026

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

  • Renamed "WPA2-PSK/WPA3-SAE Mixed Mode" to "WPA2-PSK/WPA3-SAE Transition Mode" in the wireless encryption mode dropdown
  • Added code comment noting that per WPA3 Spec v3.4 Sections 11.2 and 11.4, WPA3-Personal Transition Mode does not operate in the 6 GHz band or Sub 1 GHz band

Related Issue

Fixes: #8289

@github-actions

This comment has been minimized.

@systemcrash
Copy link
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
GHz band or Sub 1 GHz band.

@Eruis2579 Eruis2579 force-pushed the rename-wpa3-mixed-mode-8289 branch 2 times, most recently from f4fb21d to 2203f16 Compare February 4, 2026 04:56
@Eruis2579
Copy link
Author

Hi, @systemcrash Could you review again please?
Thank you for your review

@systemcrash
Copy link
Contributor

Now, how do you ensure that this option does not show for the 6GHz bands?

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@Eruis2579 Eruis2579 force-pushed the rename-wpa3-mixed-mode-8289 branch 2 times, most recently from 0bdaa5e to ddfe785 Compare February 4, 2026 18:14
@Eruis2579
Copy link
Author

@systemcrash please check again

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@Eruis2579 Eruis2579 force-pushed the rename-wpa3-mixed-mode-8289 branch from ddfe785 to 48782d1 Compare February 5, 2026 09:47
@github-actions

This comment has been minimized.

@Eruis2579 Eruis2579 force-pushed the rename-wpa3-mixed-mode-8289 branch 2 times, most recently from f25b230 to a2e12a1 Compare February 5, 2026 23:30
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@Eruis2579 Eruis2579 force-pushed the rename-wpa3-mixed-mode-8289 branch from a2e12a1 to d4f81a9 Compare February 6, 2026 00:14
@github-actions

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>
@Eruis2579 Eruis2579 force-pushed the rename-wpa3-mixed-mode-8289 branch from d4f81a9 to 0f5e634 Compare February 6, 2026 10:15
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Warning

Some formality checks failed.

Consider (re)reading submissions guidelines.

Failed checks

Issues marked with an ❌ are failing checks.

Commit 0f5e634

  • 🔶 Author name (Eruis2579) seems to be a nickname or an alias
  • 🔶 Committer name (Eruis2579) seems to be a nickname or an alias

For more details, see the full job log.

Something broken? Consider providing feedback.

@Eruis2579
Copy link
Author

Hi, @systemcrash
Could you review my PR, please?

@Neustradamus
Copy link

@Eruis2579: Thanks for your PR!

Do not forget to solve it:

🔶 Author name (Eruis2579) seems to be a nickname or an alias
🔶 Committer name (Eruis2579) seems to be a nickname or an alias

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.

luci-mod-network: wireless: WPA3 mixed mode naming

3 participants