mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-13 23:40:20 +01:00
clients/secret-agent: respond to SAE password requests
This commit is contained in:
parent
fd64417f1d
commit
fa2fe3688d
1 changed files with 1 additions and 2 deletions
|
|
@ -281,8 +281,7 @@ add_wireless_secrets (RequestData *request,
|
|||
if (!key_mgmt)
|
||||
return FALSE;
|
||||
|
||||
if (NM_IN_STRSET (key_mgmt, "wpa-none",
|
||||
"wpa-psk")) {
|
||||
if (NM_IN_STRSET (key_mgmt, "wpa-none", "wpa-psk", "sae")) {
|
||||
secret = _secret_real_new (NM_SECRET_AGENT_SECRET_TYPE_SECRET,
|
||||
_("Password"),
|
||||
NM_SETTING (s_wsec),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue