cli: support for wifi-sec.pmf property
This commit is contained in:
@@ -6926,6 +6926,14 @@ static const NMMetaPropertyInfo *const property_infos_WIRELESS_SECURITY[] = {
|
|||||||
.values_static = wifi_sec_valid_groups,
|
.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_INFO_WITH_DESC (NM_SETTING_WIRELESS_SECURITY_LEAP_USERNAME,
|
||||||
.property_type = &_pt_gobject_string,
|
.property_type = &_pt_gobject_string,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user