mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 09:38:06 +02:00
merge: branch 'wpa3_transition_fix'
core: fix WPA2 fallback for WPA3 transition APs https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2205
This commit is contained in:
commit
b678ceab9f
1 changed files with 1 additions and 1 deletions
|
|
@ -1012,7 +1012,7 @@ nm_supplicant_config_add_setting_wireless_security(NMSupplicantConfig
|
||||||
if (_get_capability(priv, NM_SUPPL_CAP_TYPE_SAE)
|
if (_get_capability(priv, NM_SUPPL_CAP_TYPE_SAE)
|
||||||
&& _get_capability(priv, NM_SUPPL_CAP_TYPE_PMF)
|
&& _get_capability(priv, NM_SUPPL_CAP_TYPE_PMF)
|
||||||
&& _get_capability(priv, NM_SUPPL_CAP_TYPE_BIP)
|
&& _get_capability(priv, NM_SUPPL_CAP_TYPE_BIP)
|
||||||
&& (!is_ap || pmf != NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE)) {
|
&& (pmf != NM_SETTING_WIRELESS_SECURITY_PMF_DISABLE)) {
|
||||||
g_string_append(key_mgmt_conf, " SAE");
|
g_string_append(key_mgmt_conf, " SAE");
|
||||||
if (!is_ap && _get_capability(priv, NM_SUPPL_CAP_TYPE_FT))
|
if (!is_ap && _get_capability(priv, NM_SUPPL_CAP_TYPE_FT))
|
||||||
g_string_append(key_mgmt_conf, " FT-SAE");
|
g_string_append(key_mgmt_conf, " FT-SAE");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue