15#define NRF_WIFI_FMAC_STATS_RECV_TIMEOUT 50
16#define NRF_WIFI_FMAC_PS_CONF_EVNT_RECV_TIMEOUT 50
17#ifdef CONFIG_NRF700X_RADIO_TEST
18#define NRF_WIFI_FMAC_RF_TEST_EVNT_TIMEOUT 50
20#define NRF_WIFI_FMAC_REG_SET_TIMEOUT_MS 2000
33#ifndef CONFIG_NRF700X_RADIO_TEST
36#ifdef CONFIG_NRF_WIFI_LOW_POWER
39 unsigned int phy_calib,
48 void *cmd,
unsigned int cmd_len);
53 unsigned char enabled);
55#ifdef CONFIG_NRF700X_RADIO_TEST
67 unsigned int rf_test_params_sz);
71#ifdef CONFIG_NRF700X_RADIO_TEST
enum nrf_wifi_status umac_cmd_deinit(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx)
enum nrf_wifi_status umac_cmd_prog_stats_reset(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx)
enum nrf_wifi_status umac_cmd_he_ltf_gi(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, unsigned char he_ltf, unsigned char he_gi, unsigned char enabled)
enum nrf_wifi_status umac_cmd_cfg(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *params, int len)
enum nrf_wifi_status umac_cmd_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, struct nrf_wifi_phy_rf_params *rf_params, bool rf_params_valid, struct nrf_wifi_data_config_params *config, 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)
enum nrf_wifi_status umac_cmd_srcoex(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *cmd, unsigned int cmd_len)
enum nrf_wifi_status umac_cmd_prog_stats_get(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, int stat_type)
struct host_rpu_msg * umac_cmd_alloc(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, int type, int size)
op_band
This enum defines different types of operating bands.
Definition: host_rpu_sys_if.h:843
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition: osal_structs.h:29
signed int type
Definition: host_rpu_common_if.h:68
This structure defines the common message header used to encapsulate each message exchanged between t...
Definition: host_rpu_common_if.h:64
This structure defines board dependent parameters like PCB loss.
Definition: host_rpu_sys_if.h:828
This structure specifies the configuration parameters used for configuring data-related settings.
Definition: host_rpu_sys_if.h:702
Structure to hold common fmac dev context parameter data.
Definition: fmac_structs_common.h:146
Definition: phy_rf_params.h:299
This structure represents the parameters required to initialize a radio test.
Definition: host_rpu_sys_if.h:1094
This structure defines the parameters used to control the transmit (TX) power.
Definition: host_rpu_sys_if.h:761
This structure describes different Physical Layer (PHY) configuration parameters used in RF test and ...
Definition: host_rpu_sys_if.h:980
This structure specifies the parameters required to start or stop the RX (receive) operation in radio...
Definition: host_rpu_sys_if.h:234