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
This commit is contained in:

committed by
Madan Koyyalamudi

parent
f0fe37107b
commit
1b69e2e549
@@ -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, ¶m->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);
|
||||
|
Reference in New Issue
Block a user