|
network-provisioning-zephyr
Zephyr port of Espressif's network provisioning protocol (Wi-Fi over BLE / SoftAP / console)
|
#include "network_provisioning/network_prov_mgr.h"Go to the source code of this file.
Variables | |
| const struct network_prov_scheme | network_prov_scheme_softap |
| SoftAP (HTTP) transport scheme object. | |
|
extern |
SoftAP (HTTP) transport scheme object.
Pass &network_prov_scheme_softap as the scheme of network_prov_mgr_config. Requires CONFIG_NETWORK_PROV_SOFTAP (otherwise referencing it is a link error).