Go to the source code of this file.
|
struct host_rpu_msg * | umac_cmd_alloc (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, int type, int size) |
|
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_deinit (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx) |
|
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_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_prog_stats_get (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, int stat_type) |
|
enum nrf_wifi_status | umac_cmd_prog_stats_reset (struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx) |
|