pub unsafe extern "C" fn wifi_prov_scheme_softap_set_httpd_handle(
handle: *mut c_void,
)
Expand description
@brief Provide HTTPD Server handle externally.
Useful in cases wherein applications need the webserver for some different operations, and do not want the wifi provisioning component to start/stop a new instance.
@note This API should be called before wifi_prov_mgr_start_provisioning()
@param[in] handle Handle to HTTPD server instance