Searched refs:sta_passwd (Results 1 – 3 of 3) sorted by relevance
305 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 …]
134 param.sta_passwd.passwd = &data[0]; in btc_blufi_protocol_handler()135 param.sta_passwd.passwd_len = len; in btc_blufi_protocol_handler()
93 uint8_t *sta_passwd; /*!< password of station interface */ member190 …} sta_passwd; /*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_… member