Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/off_raw_tx/src/
Doff_raw_tx_api.c306 struct nrf_wifi_offload_ctrl_params *off_ctrl_params = NULL; in nrf70_off_raw_tx_conf_update() local
316 off_ctrl_params = nrf_wifi_osal_mem_zalloc(sizeof(*off_ctrl_params)); in nrf70_off_raw_tx_conf_update()
317 if (!off_ctrl_params) { in nrf70_off_raw_tx_conf_update()
343 off_ctrl_params->channel_no = conf->chan; in nrf70_off_raw_tx_conf_update()
344 off_ctrl_params->period_in_us = conf->period_us; in nrf70_off_raw_tx_conf_update()
345 off_ctrl_params->tx_pwr = conf->tx_pwr; in nrf70_off_raw_tx_conf_update()
365 off_ctrl_params, in nrf70_off_raw_tx_conf_update()
375 nrf_wifi_osal_mem_free(off_ctrl_params); in nrf70_off_raw_tx_conf_update()