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
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
34
35#ifdef __cplusplus
36}
37#endif
38
39#endif /* NETWORK_PROVISIONING_SCHEME_CONSOLE_H_ */
const struct network_prov_scheme network_prov_scheme_console
Console (shell) transport scheme object.
Provisioning transport (scheme) vtable.