From 417c335b3d7d71c6f218ee6d4f363905e9509804 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 9 Jun 2017 20:06:02 +0200 Subject: editor/wifi: recognize the domain suffix match properties We now handle them for all relevant EAP methods. https://bugzilla.redhat.com/show_bug.cgi?id=1457542 --- src/connection-editor/page-wifi-security.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/connection-editor/page-wifi-security.c b/src/connection-editor/page-wifi-security.c index 800eabf1..19fd285d 100644 --- a/src/connection-editor/page-wifi-security.c +++ b/src/connection-editor/page-wifi-security.c @@ -87,6 +87,8 @@ static const char *known_8021x_props[] = { NM_SETTING_802_1X_PHASE2_PRIVATE_KEY, NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD, NM_SETTING_802_1X_PHASE2_PRIVATE_KEY_PASSWORD_FLAGS, + NM_SETTING_802_1X_DOMAIN_SUFFIX_MATCH, + NM_SETTING_802_1X_PHASE2_DOMAIN_SUFFIX_MATCH, NULL }; -- cgit v1.2.1