Home
last modified time | relevance | path

Searched refs:httpd_config (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/wifi_provisioning/src/
Dscheme_softap.c21 protocomm_httpd_config_t httpd_config; member
82 protocomm_httpd_config_t *httpd_config = &softap_config->httpd_config; in prov_start() local
85 httpd_config->ext_handle_provided = true; in prov_start()
86 httpd_config->data.handle = scheme_softap_prov_httpd_handle; in prov_start()
90 esp_err_t err = protocomm_httpd_start(pc, httpd_config); in prov_start()
109 softap_config->httpd_config.data.config.port, NULL, 0); in prov_start()
150 softap_config->httpd_config = default_config; in new_config()
/hal_espressif-3.4.0/components/esp_http_server/include/
Desp_http_server.h134 typedef struct httpd_config { struct