Home
last modified time | relevance | path

Searched defs:conf (Results 1 – 25 of 70) sorted by relevance

123

/hal_espressif-3.4.0/components/mbedtls/port/
Dmbedtls_debug.c30 void mbedtls_esp_enable_debug_log(mbedtls_ssl_config *conf, int threshold) in mbedtls_esp_enable_debug_log()
52 void mbedtls_esp_disable_debug_log(mbedtls_ssl_config *conf) in mbedtls_esp_disable_debug_log()
/hal_espressif-3.4.0/components/wpa_supplicant/src/ap/
Dap_config.c73 struct hostapd_config *conf; in hostapd_config_defaults() local
147 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
231 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk()
Dwpa_auth_ie.c23 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie()
87 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie()
/hal_espressif-3.4.0/components/esp_lcd/test/
Dtest_i2c_lcd_panel.c33 i2c_config_t conf = { variable
93 i2c_config_t conf = { variable
/hal_espressif-3.4.0/tools/idf_monitor_base/
Dchip_specific_config.py26 conf = { variable
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/
Ddpp.c3497 struct dpp_configuration *conf; in dpp_configuration_alloc() local
3570 int dpp_configuration_valid(const struct dpp_configuration *conf) in dpp_configuration_valid()
3582 void dpp_configuration_free(struct dpp_configuration *conf) in dpp_configuration_free()
3597 struct dpp_configuration *conf = NULL; in dpp_configuration_parse_helper() local
3757 struct dpp_configurator *conf; in dpp_configurator_get_id() local
3830 struct dpp_config_obj *conf = &auth->conf_obj[i]; in dpp_auth_deinit() local
3848 struct dpp_configuration *conf, size_t tailroom) in dpp_build_conf_start()
3930 struct dpp_configuration *conf) in dpp_build_legacy_cred_params()
3986 struct dpp_configuration *conf) in dpp_build_conf_obj_dpp()
4189 struct dpp_configuration *conf) in dpp_build_conf_obj_legacy()
[all …]
/hal_espressif-3.4.0/components/mbedtls/esp_crt_bundle/
Desp_crt_bundle.c184 esp_err_t esp_crt_bundle_attach(void *conf) in esp_crt_bundle_attach()
211 void esp_crt_bundle_detach(mbedtls_ssl_config *conf) in esp_crt_bundle_detach()
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/
Dusb_ll.h46 usb_wrap_otg_conf_reg_t conf = USB_WRAP.otg_conf; in usb_ll_int_phy_pullup_conf() local
Dusb_phy_ll.h96 usb_wrap_otg_conf_reg_t conf = hw->otg_conf; in usb_phy_ll_int_load_conf() local
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Dusb_ll.h35 usb_wrap_otg_conf_reg_t conf = USB_WRAP.otg_conf; in usb_ll_int_phy_pullup_conf() local
Dusb_phy_ll.h52 usb_wrap_otg_conf_reg_t conf = hw->otg_conf; in usb_phy_ll_int_load_conf() local
/hal_espressif-3.4.0/examples/storage/spiffs/main/
Dspiffs_example_main.c23 esp_vfs_spiffs_conf_t conf = { in app_main() local
/hal_espressif-3.4.0/components/spiffs/test/
Dtest_spiffs.c454 esp_vfs_spiffs_conf_t conf = { in test_setup() local
508 esp_vfs_spiffs_conf_t conf = { variable
538 esp_vfs_spiffs_conf_t conf = { variable
/hal_espressif-3.4.0/examples/storage/spiffsgen/main/
Dspiffsgen_example_main.c88 esp_vfs_spiffs_conf_t conf = { in app_main() local
/hal_espressif-3.4.0/examples/peripherals/rmt/step_motor/components/step_motor/include/
Dstep_motor_driver_io_a4988.h34 step_motor_io_a4988_conf_t conf; member
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/
Di2c_cxx.cpp41 i2c_config_t conf = {}; in I2CMaster() local
94 i2c_config_t conf = {}; in I2CSlave() local
/hal_espressif-3.4.0/examples/protocols/http_server/restful_server/main/
Desp_rest_main.c96 esp_vfs_spiffs_conf_t conf = { in init_fs() local
/hal_espressif-3.4.0/examples/protocols/https_mbedtls/main/
Dhttps_mbedtls_example_main.c75 mbedtls_ssl_config conf; in https_get_task() local
/hal_espressif-3.4.0/components/vfs/test/
Dtest_vfs_append.c105 esp_vfs_spiffs_conf_t conf = { variable
/hal_espressif-3.4.0/examples/peripherals/i2c/i2c_simple/main/
Di2c_simple_main.c67 i2c_config_t conf = { in i2c_master_init() local
/hal_espressif-3.4.0/components/mbedtls/port/dynamic/
Desp_mbedtls_dynamic_impl.c472 mbedtls_ssl_config *conf = (mbedtls_ssl_config *)ssl->conf; in esp_mbedtls_free_keycert() local
519 mbedtls_ssl_config *conf = (mbedtls_ssl_config *)ssl->conf; in esp_mbedtls_free_cacert() local
/hal_espressif-3.4.0/examples/protocols/https_server/simple/main/
Dmain.c82 httpd_ssl_config_t conf = HTTPD_SSL_CONFIG_DEFAULT(); in start_webserver() local
/hal_espressif-3.4.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/main/
Dmcpwm_capture_hc_sr04.c95 mcpwm_capture_config_t conf = { in app_main() local
/hal_espressif-3.4.0/components/spiffs/
Desp_spiffs.c147 static esp_err_t esp_spiffs_init(const esp_vfs_spiffs_conf_t* conf) in esp_spiffs_init()
303 esp_vfs_spiffs_conf_t conf = { in esp_spiffs_format() local
349 esp_err_t esp_vfs_spiffs_register(const esp_vfs_spiffs_conf_t * conf) in esp_vfs_spiffs_register()
/hal_espressif-3.4.0/examples/peripherals/rmt/step_motor/components/step_motor/src/
Dstep_motor_driver_io_a4988.c136 esp_err_t step_motor_new_a4988_io_driver(const step_motor_io_a4988_conf_t *conf, step_motor_driver_… in step_motor_new_a4988_io_driver()

123