Home
last modified time | relevance | path

Searched refs:ftm_cmd (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c401 struct wmi_ftm_cmd *ftm_cmd; in ath11k_tm_cmd_wmi_ftm() local
443 ftm_cmd = (struct wmi_ftm_cmd *)skb->data; in ath11k_tm_cmd_wmi_ftm()
447 ftm_cmd->tlv_header = hdr_info; in ath11k_tm_cmd_wmi_ftm()
448 ftm_cmd->seg_hdr.len = total_bytes; in ath11k_tm_cmd_wmi_ftm()
449 ftm_cmd->seg_hdr.msgref = ar->ftm_msgref; in ath11k_tm_cmd_wmi_ftm()
452 ftm_cmd->seg_hdr.segmentinfo = seginfo; in ath11k_tm_cmd_wmi_ftm()
455 memcpy(&ftm_cmd->data, bufpos, chunk_len); in ath11k_tm_cmd_wmi_ftm()