Searched refs:cmd_payload (Results 1 – 1 of 1) sorted by relevance
149 static hal_rpmsg_status_t wifi_send_fw_cmd(t_u16 cmd_type, t_u8 *cmd_payload, t_u32 length) in wifi_send_fw_cmd() argument151 IMUPkt *imu_cmd = (IMUPkt *)cmd_payload; in wifi_send_fw_cmd()154 if (cmd_payload == NULL || length == 0) in wifi_send_fw_cmd()168 dump_hex(cmd_payload, length); in wifi_send_fw_cmd()171 while (kStatus_HAL_RpmsgSuccess != HAL_ImuSendCommand(kIMU_LinkCpu1Cpu3, cmd_payload, length)) in wifi_send_fw_cmd()