Home
last modified time | relevance | path

Searched refs:os_strdup (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.4.0/components/wpa_supplicant/src/wps/
Dwps_dev_attr.c416 dst->device_name = os_strdup(src->device_name); in wps_device_data_dup()
418 dst->manufacturer = os_strdup(src->manufacturer); in wps_device_data_dup()
420 dst->model_name = os_strdup(src->model_name); in wps_device_data_dup()
422 dst->model_number = os_strdup(src->model_number); in wps_device_data_dup()
424 dst->serial_number = os_strdup(src->serial_number); in wps_device_data_dup()
Dwps_registrar.c276 dst->n = src->n ? os_strdup(src->n) : NULL in wps_device_clone_data()
/hal_espressif-3.4.0/components/wpa_supplicant/port/include/
Dos.h229 #ifndef os_strdup
231 #define os_strdup(s) _strdup(s) macro
233 #define os_strdup(s) strdup(s) macro
/hal_espressif-3.4.0/components/wpa_supplicant/src/common/
Dmbo.c372 cmd = os_strdup(non_pref_chan); in wpas_mbo_update_non_pref_chan()
Ddpp.c397 bi->uri = os_strdup(uri); in dpp_clone_uri()
5166 conf->connector = os_strdup(signed_connector); in dpp_parse_cred_dpp()
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dx509v3.c120 aa = os_strdup(a); in x509_str_compare()
121 bb = os_strdup(b); in x509_str_compare()
/hal_espressif-3.4.0/components/wpa_supplicant/src/eap_peer/
Deap_tls_common.c946 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
Deap_fast_pac.c549 blob->name = os_strdup(pac_file + 7); in eap_fast_write_pac()