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
13
#include "
network_provisioning/network_prov_mgr.h
"
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
24
extern
const
struct
network_prov_scheme
network_prov_scheme_softap
;
25
26
#ifdef __cplusplus
27
}
28
#endif
29
30
#endif
/* NETWORK_PROVISIONING_SCHEME_SOFTAP_H_ */
network_prov_mgr.h
network_prov_scheme_softap
const struct network_prov_scheme network_prov_scheme_softap
SoftAP (HTTP) transport scheme object.
network_prov_scheme
Provisioning transport (scheme) vtable.
Definition
network_prov_mgr.h:74
include
network_provisioning
scheme_softap.h
Generated by
1.9.8