cli: support for wifi-sec.pmf property

This commit is contained in:
Beniamino Galvani
2017-04-27 09:34:08 +02:00
parent 60a3809815
commit 6181f41d8d

View File

@@ -6926,6 +6926,14 @@ static const NMMetaPropertyInfo *const property_infos_WIRELESS_SECURITY[] = {
.values_static = wifi_sec_valid_groups,
),
),
PROPERTY_INFO_WITH_DESC (NM_SETTING_WIRELESS_SECURITY_PMF,
.property_type = &_pt_gobject_enum,
.property_typ_data = DEFINE_PROPERTY_TYP_DATA (
PROPERTY_TYP_DATA_SUBTYPE (gobject_enum,
.get_gtype = nm_setting_wireless_security_pmf_get_type,
),
),
),
PROPERTY_INFO_WITH_DESC (NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME,
.property_type = &_pt_gobject_string,
),