mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-03 17:10:35 +01:00
supplicant/config: fix setting "saw" for "wifi-sec.key-mgnt=sae"
This is a partial backport of commit5f146b40f3('supplicant/config: Refactor key_mgmt config generation'). Based-on-patch-by: Jonas Dreßler <verdre@v0yd.nl> Fixes:d17a0a0905('supplicant: allow fast transition for WPA-PSK and WPA-EAP') (cherry picked from commit5f146b40f3)
This commit is contained in:
parent
1350134947
commit
a6e06171ad
1 changed files with 1 additions and 0 deletions
|
|
@ -880,6 +880,7 @@ nm_supplicant_config_add_setting_wireless_security(NMSupplicantConfig *
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else if (nm_streq(key_mgmt, "sae")) {
|
} else if (nm_streq(key_mgmt, "sae")) {
|
||||||
|
g_string_append(key_mgmt_conf, "sae");
|
||||||
if (_get_capability(priv, NM_SUPPL_CAP_TYPE_FT))
|
if (_get_capability(priv, NM_SUPPL_CAP_TYPE_FT))
|
||||||
g_string_append(key_mgmt_conf, " ft-sae");
|
g_string_append(key_mgmt_conf, " ft-sae");
|
||||||
} else if (nm_streq(key_mgmt, "wpa-eap-suite-b-192")) {
|
} else if (nm_streq(key_mgmt, "wpa-eap-suite-b-192")) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue