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
11
extern
"C"
{
12
#endif
13
14
#if defined(CONFIG_NET_CONNECTION_MANAGER)
15
16
void
net_conn_mgr_resend_status
(
void
);
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_ */
net_conn_mgr_resend_status
#define net_conn_mgr_resend_status(...)
Definition:
net_conn_mgr.h:20
include
net
net_conn_mgr.h
Generated on Sun Oct 9 2022 09:21:56 for Zephyr API Documentation by
1.9.4