Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/
Doff_raw_tx_api.c308 struct nrf_wifi_offload_tx_ctrl *off_tx_params = NULL; in nrf70_off_raw_tx_conf_update() local
332 off_tx_params = nrf_wifi_osal_mem_zalloc(sizeof(*off_tx_params)); in nrf70_off_raw_tx_conf_update()
333 if (!off_tx_params) { in nrf70_off_raw_tx_conf_update()
347 off_tx_params->he_gi_type = conf->he_gi; in nrf70_off_raw_tx_conf_update()
348 off_tx_params->he_ltf = conf->he_ltf; in nrf70_off_raw_tx_conf_update()
349 off_tx_params->pkt_ram_ptr = RPU_MEM_PKT_BASE; in nrf70_off_raw_tx_conf_update()
350 off_tx_params->pkt_length = conf->pkt_len; in nrf70_off_raw_tx_conf_update()
351 off_tx_params->rate_flags = conf->tput_mode; in nrf70_off_raw_tx_conf_update()
352 off_tx_params->rate = valid_data_rates[conf->rate]; in nrf70_off_raw_tx_conf_update()
353 off_tx_params->rate_preamble_type = conf->short_preamble; in nrf70_off_raw_tx_conf_update()
[all …]