From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- libnm-core/nm-setting-wireless.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libnm-core/nm-setting-wireless.h') diff --git a/libnm-core/nm-setting-wireless.h b/libnm-core/nm-setting-wireless.h index a2ae38a4..dcb11e11 100644 --- a/libnm-core/nm-setting-wireless.h +++ b/libnm-core/nm-setting-wireless.h @@ -1,5 +1,3 @@ -/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ - /* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -124,6 +122,13 @@ typedef enum { /*< flags >*/ */ #define NM_SETTING_WIRELESS_MODE_INFRA "infrastructure" +/** + * NM_SETTING_WIRELESS_MODE_MESH: + * + * Indicates that the connection should create a mesh point. + */ +#define NM_SETTING_WIRELESS_MODE_MESH "mesh" + /** * NMSettingWirelessPowersave: * @NM_SETTING_WIRELESS_POWERSAVE_DEFAULT: use the default value -- cgit 1.3.0-6-gf8a5 From 5c79b900b59a5ad162ecc836e424468207ff031e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 6 Aug 2019 22:46:20 +0200 Subject: New upstream version 1.20.0 --- libnm-core/nm-setting-wireless.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libnm-core/nm-setting-wireless.h') diff --git a/libnm-core/nm-setting-wireless.h b/libnm-core/nm-setting-wireless.h index dcb11e11..d04bad3a 100644 --- a/libnm-core/nm-setting-wireless.h +++ b/libnm-core/nm-setting-wireless.h @@ -126,6 +126,8 @@ typedef enum { /*< flags >*/ * NM_SETTING_WIRELESS_MODE_MESH: * * Indicates that the connection should create a mesh point. + * + * Since: 1.20 */ #define NM_SETTING_WIRELESS_MODE_MESH "mesh" -- cgit 1.3.0-6-gf8a5