Home
last modified time | relevance | path

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

123

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dap_config.c74 struct hostapd_config *conf; in hostapd_config_defaults() local
148 int hostapd_setup_sae_pt(struct hostapd_bss_config *conf) in hostapd_setup_sae_pt()
174 int hostapd_setup_wpa_psk(struct hostapd_bss_config *conf) in hostapd_setup_wpa_psk()
261 const u8 * hostapd_get_psk(const struct hostapd_bss_config *conf, in hostapd_get_psk()
291 void hostapd_config_free_bss(struct hostapd_bss_config *conf) in hostapd_config_free_bss()
Dwpa_auth_ie.c24 static int wpa_write_wpa_ie(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_wpa_ie()
88 int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len, in wpa_write_rsn_ie()
302 int wpa_write_rsnxe(struct wpa_auth_config *conf, u8 *buf, size_t len) in wpa_write_rsnxe()
Deap_user_db.c235 const struct hostapd_bss_config *conf = hapd->conf; in hostapd_get_eap_user() local
Dieee802_1x.c430 struct eapol_auth_config conf; in ieee802_1x_init() local
Dwps_hostapd.c357 struct hostapd_bss_config *conf = hapd->conf; in hostapd_update_wps() local
Dhostapd.h100 struct hostapd_bss_config *conf; member
/hal_espressif-latest/components/mbedtls/port/dynamic/
Desp_mbedtls_dynamic_impl.c481 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_dhm() local
489 mbedtls_ssl_config *conf = (mbedtls_ssl_config * )mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert() local
507 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert_key() local
521 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert_cert() local
538 mbedtls_ssl_config *conf = (mbedtls_ssl_config * )mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_cacert() local
Desp_ssl_cli.c107 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in manage_resource() local
Desp_ssl_srv.c70 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in manage_resource() local
Desp_ssl_tls.c283 int __wrap_mbedtls_ssl_setup(mbedtls_ssl_context *ssl, const mbedtls_ssl_config *conf) in __wrap_mbedtls_ssl_setup()
/hal_espressif-latest/components/hal/
Decdsa_hal.c20 static void configure_ecdsa_periph(ecdsa_hal_config_t *conf) in configure_ecdsa_periph()
93 void ecdsa_hal_gen_signature(ecdsa_hal_config_t *conf, const uint8_t *hash, in ecdsa_hal_gen_signature()
118 int ecdsa_hal_verify_signature(ecdsa_hal_config_t *conf, const uint8_t *hash, const uint8_t *r, con… in ecdsa_hal_verify_signature()
/hal_espressif-latest/components/mbedtls/port/
Dmbedtls_debug.c22 void mbedtls_esp_enable_debug_log(mbedtls_ssl_config *conf, int threshold) in mbedtls_esp_enable_debug_log()
44 void mbedtls_esp_disable_debug_log(mbedtls_ssl_config *conf) in mbedtls_esp_disable_debug_log()
/hal_espressif-latest/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()
4191 struct dpp_configuration *conf) in dpp_build_conf_obj_legacy()
[all …]
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dtls_mbedtls.c78 mbedtls_ssl_config conf; /*!< TLS/SSL config to be shared structures */ member
624 void *tls_init(const struct tls_config *conf) in tls_init()
690 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_dhm() local
698 mbedtls_ssl_config *conf = (mbedtls_ssl_config * )mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert() local
716 const mbedtls_ssl_config *conf = mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_keycert_key() local
731 mbedtls_ssl_config *conf = (mbedtls_ssl_config * )mbedtls_ssl_context_get_config(ssl); in esp_mbedtls_free_cacert() local
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Desp_crt_bundle.c201 esp_err_t esp_crt_bundle_attach(void *conf) in esp_crt_bundle_attach()
227 void esp_crt_bundle_detach(mbedtls_ssl_config *conf) in esp_crt_bundle_detach()
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dchip_specific_config.py26 conf = { variable
/hal_espressif-latest/components/mbedtls/port/ecdsa/
Decdsa_alt.c167 ecdsa_hal_config_t conf = { in esp_ecdsa_sign() local
404 ecdsa_hal_config_t conf = { in esp_ecdsa_verify() local
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap.c327 struct eap_peer_config *conf) in eap_sm_set_scard_pin()
333 struct eap_peer_config *conf) in eap_sm_get_scard_identity()
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.c1209 static void eapol_auth_conf_free(struct eapol_auth_config *conf) in eapol_auth_conf_free()
1218 struct eapol_authenticator * eapol_auth_init(struct eapol_auth_config *conf, in eapol_auth_init()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Decc_mult_struct.h142 volatile ecc_mult_conf_reg_t conf; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Decc_mult_struct.h150 volatile ecc_mult_conf_reg_t conf; member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dledc_struct.h567 volatile ledc_timerx_conf_reg_t conf; member
583 volatile ledc_conf_reg_t conf; member
/hal_espressif-latest/components/esp_psram/esp32s3/
Desp_psram_impl_quad.c138 esp_rom_spi_cmd_t conf; in _psram_exec_cmd() local
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dledc_struct.h85 } conf; member
190 } conf; member
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_dpp.c213 struct dpp_config_obj *conf) in esp_dpp_handle_config_obj()

123