summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-02-21 11:38:29 +0100
committerThomas Haller <thaller@redhat.com>2019-02-22 14:04:13 +0100
commit95c8f74f8c05ee8b969cc29ce5298be44d397529 (patch)
tree0e5a31b430f0569c69515c0a27796cbf64c3461d
parent0e7e8adc128737a75f9515b4929ad607c49a491e (diff)
downloadNetworkManager-95c8f74f8c05ee8b969cc29ce5298be44d397529.tar.gz
cli: support NM_SETTING_WIFI_P2P_WFD_IES property
-rw-r--r--clients/common/nm-meta-setting-desc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/clients/common/nm-meta-setting-desc.c b/clients/common/nm-meta-setting-desc.c
index fd19be594c..5bfb76fb4c 100644
--- a/clients/common/nm-meta-setting-desc.c
+++ b/clients/common/nm-meta-setting-desc.c
@@ -7382,6 +7382,9 @@ static const NMMetaPropertyInfo *const property_infos_WIFI_P2P[] = {
),
),
),
+ PROPERTY_INFO_WITH_DESC (NM_SETTING_WIFI_P2P_WFD_IES,
+ .property_type = &_pt_gobject_bytes,
+ ),
NULL
};