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

fix: Hotspot can't be connected for Wpa/Wpa2 #172

Merged
merged 1 commit into from
May 12, 2023

Conversation

18202781743
Copy link
Contributor

In WPA3-Personal Transition Mode, We change 802-11-wireless-security.proto
from {wpa, rsn} to {wpa}
In network-manager project src/core/supplicant/nm-supplicant-config.c:908.
key_mgmt will be added SAE if pmf isn't false, it will works in unsupport SAE networkcard.
We don't use RSN wireless-security proto for the Transition Mode.
TODO: How should we configure it in WPA3-Personal Transition Mode?

Issue: linuxdeepin/developer-center#3732

  In WPA3-Personal Transition Mode, We change `802-11-wireless-security.proto`
from {`wpa`, rsn} to {wpa}
  In `network-manager` project `src/core/supplicant/nm-supplicant-config.c:908`.
`key_mgmt` will be added `SAE` if `pmf` isn't false, it will works
in unsupport `SAE` networkcard.
  We don't use `RSN` wireless-security proto for the Transition Mode.
  TODO: How should we configure it in WPA3-Personal Transition Mode?

Issue: linuxdeepin/developer-center#3732
@BLumia BLumia merged commit e5df930 into linuxdeepin:master May 12, 2023
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.

4 participants