network-provisioning-zephyr
Zephyr port of Espressif's network provisioning protocol (Wi-Fi over BLE / SoftAP / console)
Loading...
Searching...
No Matches
scheme_softap.h File Reference
Include dependency graph for scheme_softap.h:

Go to the source code of this file.

Variables

const struct network_prov_scheme network_prov_scheme_softap
 SoftAP (HTTP) transport scheme object.
 

Variable Documentation

◆ network_prov_scheme_softap

const struct network_prov_scheme network_prov_scheme_softap
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).