network-provisioning-zephyr
Zephyr port of Espressif's network provisioning protocol (Wi-Fi over BLE / SoftAP / console)
Loading...
Searching...
No Matches
scheme_softap.h
Go to the documentation of this file.
1/*
2 * SoftAP provisioning scheme object.
3 *
4 * Mirrors upstream Espressif's scheme_softap.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_SOFTAP_H_
11#define NETWORK_PROVISIONING_SCHEME_SOFTAP_H_
12
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif /* NETWORK_PROVISIONING_SCHEME_SOFTAP_H_ */
const struct network_prov_scheme network_prov_scheme_softap
SoftAP (HTTP) transport scheme object.
Provisioning transport (scheme) vtable.