12#ifndef __FMAC_CMD_RT_H__
13#define __FMAC_CMD_RT_H__
17#define NRF_WIFI_FMAC_RF_TEST_EVNT_TIMEOUT 50
22#ifdef NRF_WIFI_LOW_POWER
43 unsigned int rf_test_params_sz);
op_band
This enum defines different types of operating bands.
Definition host_rpu_sys_if.h:846
unsigned char rf_params_valid
Definition host_rpu_sys_if.h:17
unsigned char rf_params[200]
Definition host_rpu_sys_if.h:3
unsigned int phy_calib
Definition host_rpu_sys_if.h:10
signed int op_mode
Definition host_rpu_sys_if.h:29
unsigned char country_code[2]
Definition host_rpu_sys_if.h:17
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition osal_structs.h:39
enum nrf_wifi_status umac_cmd_rt_prog_rx(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, struct rpu_conf_rx_radio_test_params *rx_params)
enum nrf_wifi_status umac_cmd_rt_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, struct nrf_wifi_phy_rf_params *rf_params, bool rf_params_valid, unsigned int phy_calib, enum op_band op_band, bool beamforming, struct nrf_wifi_tx_pwr_ctrl_params *tx_pwr_ctrl_params, struct nrf_wifi_board_params *board_params, unsigned char *country_code)
enum nrf_wifi_status umac_cmd_rt_prog_stats_get(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, int op_mode)
enum nrf_wifi_status umac_cmd_rt_prog_tx(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, struct rpu_conf_params *params)
enum nrf_wifi_status umac_cmd_rt_prog_rf_test(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *rf_test_params, unsigned int rf_test_params_sz)
enum nrf_wifi_status umac_cmd_rt_prog_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, struct nrf_wifi_radio_test_init_info *init_params)
This structure defines board dependent parameters like PCB loss.
Definition host_rpu_sys_if.h:831
Structure to hold common fmac dev context parameter data.
Definition fmac_structs_common.h:153
Definition phy_rf_params_common.h:320
This structure represents the parameters required to initialize a radio test.
Definition host_rpu_sys_if.h:1158
This structure defines the parameters used to control the transmit (TX) power.
Definition host_rpu_sys_if.h:764
This structure describes different Physical Layer (PHY) configuration parameters used in RF test and ...
Definition host_rpu_sys_if.h:1044
This structure specifies the parameters required to start or stop the RX (receive) operation in radio...
Definition host_rpu_sys_if.h:242