network-provisioning-zephyr
Zephyr port of Espressif's network provisioning protocol (Wi-Fi over BLE / SoftAP / console)
Loading...
Searching...
No Matches
scheme_console.h
Go to the documentation of this file.
1
/*
2
* Console provisioning scheme object.
3
*
4
* Mirrors upstream Espressif's scheme_console.h: exposes the transport vtable to
5
* pass as the @c scheme of network_prov_mgr_config.
6
*
7
* SPDX-License-Identifier: Apache-2.0
8
*/
9
10
#ifndef NETWORK_PROVISIONING_SCHEME_CONSOLE_H_
11
#define NETWORK_PROVISIONING_SCHEME_CONSOLE_H_
12
13
#include "
network_provisioning/network_prov_mgr.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
33
extern
const
struct
network_prov_scheme
network_prov_scheme_console
;
34
35
#ifdef __cplusplus
36
}
37
#endif
38
39
#endif
/* NETWORK_PROVISIONING_SCHEME_CONSOLE_H_ */
network_prov_mgr.h
network_prov_scheme_console
const struct network_prov_scheme network_prov_scheme_console
Console (shell) transport scheme object.
network_prov_scheme
Provisioning transport (scheme) vtable.
Definition
network_prov_mgr.h:74
include
network_provisioning
scheme_console.h
Generated by
1.9.8