mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 21:10:12 +01:00
supplicant: add FT-SAE key-mgmt to verification list
FT-SAE is missing in the supplicant configuration verification list, causing an activation failure when using SAE and the supplicant supports FT. Fixes:d17a0a0905('supplicant: allow fast transition for WPA-PSK and WPA-EAP') (cherry picked from commitc177a38e88)
This commit is contained in:
parent
81cc4ddb1a
commit
7f8fdd28f2
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ static const char *const proto_allowed[] = { "WPA", "RSN", NULL };
|
|||
static const char *const key_mgmt_allowed[] = { "WPA-PSK", "WPA-PSK-SHA256", "FT-PSK",
|
||||
"WPA-EAP", "WPA-EAP-SHA256", "FT-EAP", "FT-EAP-SHA384",
|
||||
"FILS-SHA256", "FILS-SHA384",
|
||||
"IEEE8021X", "WPA-NONE", "SAE",
|
||||
"IEEE8021X", "WPA-NONE", "SAE", "FT-SAE",
|
||||
"NONE", NULL };
|
||||
static const char *const auth_alg_allowed[] = { "OPEN", "SHARED", "LEAP", NULL };
|
||||
static const char *const eap_allowed[] = { "LEAP", "MD5", "TLS", "PEAP", "TTLS", "SIM",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue