Searched refs:sta_passwd_len (Results 1 – 2 of 2) sorted by relevance
307 *p++ = info->sta_passwd_len; in btc_blufi_wifi_conn_report()308 memcpy(p, info->sta_passwd, info->sta_passwd_len); in btc_blufi_wifi_conn_report()309 p += info->sta_passwd_len; in btc_blufi_wifi_conn_report()708 dst->wifi_conn_report.extra_info->sta_passwd = osi_malloc(src_info->sta_passwd_len); in btc_blufi_call_deep_copy()710 …mcpy(dst->wifi_conn_report.extra_info->sta_passwd, src_info->sta_passwd, src_info->sta_passwd_len); in btc_blufi_call_deep_copy()711 dst->wifi_conn_report.extra_info->sta_passwd_len = src_info->sta_passwd_len; in btc_blufi_call_deep_copy()712 … dst->wifi_conn_report.extra_info_len += (dst->wifi_conn_report.extra_info->sta_passwd_len + 2); in btc_blufi_call_deep_copy()
94 int sta_passwd_len; /*!< length of password of station interface */ member