Home
last modified time | relevance | path

Searched refs:ext_handle_provided (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/protocomm/include/transports/
Dprotocomm_httpd.h64 bool ext_handle_provided; member
/hal_espressif-3.4.0/components/esp_local_ctrl/src/
Desp_local_ctrl_transport_httpd.c75 .ext_handle_provided = true, in start_httpd_transport()
/hal_espressif-3.4.0/components/wifi_provisioning/src/
Dscheme_softap.c85 httpd_config->ext_handle_provided = true; in prov_start()
/hal_espressif-3.4.0/components/protocomm/src/transports/
Dprotocomm_httpd.c264 if (config->ext_handle_provided) { in protocomm_httpd_start()