[PATCH 2/4] cli: add support for FILS



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

diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c
index b2e8b9b..14c4876 100644
--- a/clients/common/nm-meta-setting-desc.c
+++ b/clients/common/nm-meta-setting-desc.c
@@ -7254,7 +7254,7 @@ static const NMMetaPropertyInfo *const property_infos_WIRELESS_SECURITY[] = {
        PROPERTY_INFO_WITH_DESC (NM_SETTING_WIRELESS_SECURITY_KEY_MGMT,
                .property_type =                &_pt_gobject_string,
                .property_typ_data = DEFINE_PROPERTY_TYP_DATA (
-                       .values_static =            VALUES_STATIC ("none", "ieee8021x", "wpa-none", 
"wpa-psk", "wpa-eap"),
+                       .values_static =            VALUES_STATIC ("none", "ieee8021x", "wpa-none", 
"wpa-psk", "wpa-eap", "wpa-fils"),
                ),
        ),
        PROPERTY_INFO_WITH_DESC (NM_SETTING_WIRELESS_SECURITY_WEP_TX_KEYIDX,
-- 
2.7.4



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