Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
net_conn_mgr.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_NET_CONN_MGR_H_
8#define ZEPHYR_INCLUDE_NET_CONN_MGR_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#if defined(CONFIG_NET_CONNECTION_MANAGER)
15
17
18#else
19
20#define net_conn_mgr_resend_status(...)
21
22#endif /* CONFIG_NET_CONNECTION_MANAGER */
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif /* ZEPHYR_INCLUDE_NET_CONN_MGR_H_ */
#define net_conn_mgr_resend_status(...)
Definition: net_conn_mgr.h:20