mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-23 22:40:46 +02:00
Revert "supplicant/config: fix setting "saw" for "wifi-sec.key-mgnt=sae""
This "fix" was wrong, because at the beginning of the if-else-block there is already `key_mgmt_conf = g_string_new(key_mgmt);`. This reverts commita6e06171ad.a6e06171ad('supplicant/config: fix setting "saw" for "wifi-sec.key-mgnt=sae"')
This commit is contained in:
parent
09669f0045
commit
c65a57108e
1 changed files with 0 additions and 1 deletions
|
|
@ -880,7 +880,6 @@ nm_supplicant_config_add_setting_wireless_security(NMSupplicantConfig *
|
|||
break;
|
||||
}
|
||||
} else if (nm_streq(key_mgmt, "sae")) {
|
||||
g_string_append(key_mgmt_conf, "sae");
|
||||
if (_get_capability(priv, NM_SUPPL_CAP_TYPE_FT))
|
||||
g_string_append(key_mgmt_conf, " ft-sae");
|
||||
} else if (nm_streq(key_mgmt, "wpa-eap-suite-b-192")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue