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 10:43:22 +0100
commit20f7133487ae58c043db0e1e966d02b928a7bed7 (patch)
tree7a0e2ba6ec27b5981018fc3521abbd7dbecf601e
parent4ad7377fcd1f6d86171e4f844277acdbc17cd1f4 (diff)
downloadNetworkManager-th/nmcli-wifi-p2p-wfd-ies.tar.gz
cli: support NM_SETTING_WIFI_P2P_WFD_IES propertyth/nmcli-wifi-p2p-wfd-ies
-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 f9f787cf0c..9b57f02448 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
};