summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasashi Honma <masashi.honma@gmail.com>2018-01-16 06:28:36 +0900
committerThomas Haller <thaller@redhat.com>2018-01-16 15:01:59 +0100
commit7711d7c87bbd19aca4c3a74c1de8762b947bc6cf (patch)
treeb859b3b18581ccd9331df498c6120820d466f49b
parentc7d490cfba2d82a7148f571eeeb1799437a20ea1 (diff)
downloadNetworkManager-7711d7c87bbd19aca4c3a74c1de8762b947bc6cf.tar.gz
cli: add support for FILS
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
-rw-r--r--clients/common/nm-meta-setting-desc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c
index 8e46b336af..4bfcc82f82 100644
--- a/clients/common/nm-meta-setting-desc.c
+++ b/clients/common/nm-meta-setting-desc.c
@@ -7391,6 +7391,14 @@ static const NMMetaPropertyInfo *const property_infos_WIRELESS_SECURITY[] = {
),
),
),
+ PROPERTY_INFO_WITH_DESC (NM_SETTING_WIRELESS_SECURITY_FILS,
+ .property_type = &_pt_gobject_enum,
+ .property_typ_data = DEFINE_PROPERTY_TYP_DATA (
+ PROPERTY_TYP_DATA_SUBTYPE (gobject_enum,
+ .get_gtype = nm_setting_wireless_security_fils_get_type,
+ ),
+ ),
+ ),
NULL
};