[connman] Added Tizen Wi-Fi Mesh
[platform/upstream/connman.git] / client / mesh.h
1 /*
2  *
3  *  Connection Manager
4  *
5  *
6  *  Copyright (C) 2017 Samsung Electronics Co., Ltd.
7  *
8  *  This program is free software; you can redistribute it and/or modify
9  *  it under the terms of the GNU General Public License version 2 as
10  *  published by the Free Software Foundation.
11  *
12  *  This program is distributed in the hope that it will be useful,
13  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
14  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  *  GNU General Public License for more details.
16  *
17  *  You should have received a copy of the GNU General Public License
18  *  along with this program; if not, write to the Free Software
19  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20  *  02110-1301  USA
21  */
22
23 #ifndef __CONNMANCTL_MESH_H
24 #define __CONNMANCTL_MESH_H
25
26 #include <dbus/dbus.h>
27
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31
32 void __connmanctl_mesh_peers_list(DBusMessageIter *iter);
33 void __connmanctl_mesh_connected_peers_list(DBusMessageIter *iter);
34 void __connmanctl_mesh_disconnected_peers_list(DBusMessageIter *iter);
35
36 #ifdef __cplusplus
37 }
38 #endif
39
40 #endif /* __CONNMANCTL_MESH_H */