fw-api: CL 25999327 - update fw common interface files

Change-Id: Ib5126752685cbd62f901e17d3be28fc6148e0a06
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2024-02-11 06:01:18 -08:00
committed by Ravindra Konda
parent 9f87938ec2
commit 40eba1cad2
2 changed files with 11 additions and 2 deletions

View File

@@ -47979,6 +47979,15 @@ typedef struct {
A_UINT32 switch_type; /* see definition of WMI_AUDIO_TRANSPORT_SWITCH_TYPE */
} wmi_audio_transport_switch_resp_status_cmd_fixed_param;
enum wmi_wifi_radar_cmd {
wmi_wifi_radar_capture_disable,
wmi_wifi_radar_capture_enable,
wmi_wifi_radar_rx_cal,
wmi_wifi_radar_tx_cal,
wmi_wifi_radar_cmd_max = 0xff
};
typedef struct {
/** TLV tag and len; tag equals
* WMITLV_TAG_STRUC_wmi_pdev_enable_wifi_radar_cmd_fixed_param
@@ -48007,7 +48016,7 @@ typedef struct {
* 4 = 320 MHz
*/
A_UINT32 bw;
/* 0 to stop capture, 1 to start periodic capture, 2 to do calibration */
/* enum wmi_wifi_radar_cmd */
A_UINT32 capture_calibrate;
/* periodicity of capture in milliseconds */
A_UINT32 capture_interval_ms;