[PATCH v3 5/6] cli: add support for FILS



Signed-off-by: Masashi Honma <masashi honma gmail com>
---
 clients/common/nm-meta-setting-desc.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c
index a028c9a..3faadd7 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
 };
 
-- 
2.7.4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]