Explorar o código

qcacld-3.0: fill period to send CoAP keepalive message

Fill param 'timeout' for WMI_WOW_COAP_ADD_KEEPALIVE_PATTERN_CMDID,
which represents the period to send CoAP keepalive message.

Change-Id: I86b87470277eee00de9e33a07e635dd1a5412f3d
CRs-Fixed: 3275955
Yu Wang %!s(int64=2) %!d(string=hai) anos
pai
achega
1b69e2e549
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      components/wmi/src/wmi_unified_coap_tlv.c

+ 1 - 0
components/wmi/src/wmi_unified_coap_tlv.c

@@ -212,6 +212,7 @@ send_coap_add_keepalive_pattern_cmd_tlv(wmi_unified_t wmi_handle,
 	qdf_mem_copy(cmd->udp_local_ip.ipv4_addr, &param->src_ip_v4,
 		     sizeof(param->src_ip_v4));
 	cmd->udp_local_port = param->src_udp_port;
+	cmd->timeout = param->timeout;
 	cmd->coapmsg_len = param->coapmsg_len;
 
 	buf_ptr += sizeof(*cmd);