Home
last modified time | relevance | path

Searched refs:sta_passwd (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c305 if (info->sta_passwd) { in btc_blufi_wifi_conn_report()
308 memcpy(p, info->sta_passwd, info->sta_passwd_len); in btc_blufi_wifi_conn_report()
460 dst->sta_passwd.passwd = osi_malloc(src->sta_passwd.passwd_len); in btc_blufi_cb_deep_copy()
461 if (dst->sta_passwd.passwd == NULL) { in btc_blufi_cb_deep_copy()
464 memcpy(dst->sta_passwd.passwd, src->sta_passwd.passwd, src->sta_passwd.passwd_len); in btc_blufi_cb_deep_copy()
544 osi_free(param->sta_passwd.passwd); in btc_blufi_cb_deep_free()
707 if (src_info->sta_passwd) { in btc_blufi_call_deep_copy()
708 dst->wifi_conn_report.extra_info->sta_passwd = osi_malloc(src_info->sta_passwd_len); in btc_blufi_call_deep_copy()
709 if (dst->wifi_conn_report.extra_info->sta_passwd) { in btc_blufi_call_deep_copy()
710 …memcpy(dst->wifi_conn_report.extra_info->sta_passwd, src_info->sta_passwd, src_info->sta_passwd_le… in btc_blufi_call_deep_copy()
[all …]
Dblufi_protocol.c134 param.sta_passwd.passwd = &data[0]; in btc_blufi_protocol_handler()
135 param.sta_passwd.passwd_len = len; in btc_blufi_protocol_handler()
/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h93 uint8_t *sta_passwd; /*!< password of station interface */ member
190 …} sta_passwd; /*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_… member