Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/
Dfmac_event.c58 struct nrf_wifi_off_raw_tx_fmac_dev_ctx *dev_ctx_off_raw_tx; in umac_event_off_raw_tx_proc_events() local
65 dev_ctx_off_raw_tx = wifi_dev_priv(fmac_dev_ctx); in umac_event_off_raw_tx_proc_events()
83 dev_ctx_off_raw_tx->off_raw_tx_cmd_status = umac_status->status; in umac_event_off_raw_tx_proc_events()
84 dev_ctx_off_raw_tx->off_raw_tx_cmd_done = false; in umac_event_off_raw_tx_proc_events()
103 struct nrf_wifi_off_raw_tx_fmac_dev_ctx *dev_ctx_off_raw_tx = NULL; in umac_event_ctrl_process() local
114 dev_ctx_off_raw_tx = wifi_dev_priv(fmac_dev_ctx); in umac_event_ctrl_process()
142 nrf_wifi_osal_mem_cpy(&dev_ctx_off_raw_tx->country_code, in umac_event_ctrl_process()
Dfmac_api.c258 struct nrf_wifi_off_raw_tx_fmac_dev_ctx *dev_ctx_off_raw_tx; in nrf_wifi_off_raw_tx_fmac_conf() local
274 dev_ctx_off_raw_tx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_off_raw_tx_fmac_conf()
275 dev_ctx_off_raw_tx->off_raw_tx_cmd_done = true; in nrf_wifi_off_raw_tx_fmac_conf()
295 } while ((dev_ctx_off_raw_tx->off_raw_tx_cmd_done == true) && in nrf_wifi_off_raw_tx_fmac_conf()
304 if (dev_ctx_off_raw_tx->off_raw_tx_cmd_status != NRF_WIFI_UMAC_CMD_SUCCESS) { in nrf_wifi_off_raw_tx_fmac_conf()
314 dev_ctx_off_raw_tx->country_code); in nrf_wifi_off_raw_tx_fmac_conf()