DA: Skip initializing failed_bssids list when eapol failure case
[platform/upstream/connman.git] / include / tethering.h
1 /*
2  *
3  *  Connection Manager
4  *
5  *  Copyright (C) 2007-2013  Intel Corporation. All rights reserved.
6  *  Copyright (C) 2018 GlobalLogic. All rights reserved.
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  02110-1301  USA
20  *
21  */
22
23 #ifndef __CONNMAN_TETHERING_H
24 #define __CONNMAN_TETHERING_H
25
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29
30 void __connman_tethering_client_register(const char *addr);
31 void __connman_tethering_client_unregister(const char *addr);
32
33 #ifdef __cplusplus
34 }
35 #endif
36
37 #endif /* __CONNMAN_TETHERING_H */