diff options
| author | Michael Biebl <biebl@debian.org> | 2019-09-30 13:49:20 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-09-30 13:49:20 +0200 |
| commit | d0425f68f7ee83a1dc5a6ad3688627c1b472a58b (patch) | |
| tree | 978af126d9871da5f3bb07ad4180b30cefa5feb6 /src/supplicant | |
| parent | 555dfa331e295a3a687a7cc6870e1349ffed8f26 (diff) | |
New upstream version 1.20.4 upstream/1.20.4
Diffstat (limited to 'src/supplicant')
| -rw-r--r-- | src/supplicant/nm-supplicant-settings-verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplicant/nm-supplicant-settings-verify.c b/src/supplicant/nm-supplicant-settings-verify.c index b37fae9e..25cc0bc6 100644 --- a/src/supplicant/nm-supplicant-settings-verify.c +++ b/src/supplicant/nm-supplicant-settings-verify.c @@ -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", |