Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/radio_test/
Dfmac_api.c279 struct nrf_wifi_rt_fmac_dev_ctx *rt_dev_ctx = NULL; in wait_for_radio_cmd_status() local
281 rt_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in wait_for_radio_cmd_status()
285 } while ((!rt_dev_ctx->radio_cmd_done) && in wait_for_radio_cmd_status()
295 radio_cmd_status = rt_dev_ctx->radio_cmd_status; in wait_for_radio_cmd_status()
314 struct nrf_wifi_rt_fmac_dev_ctx *rt_dev_ctx = NULL; in nrf_wifi_rt_fmac_radio_test_init() local
322 rt_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_rt_fmac_radio_test_init()
339 rt_dev_ctx->radio_cmd_done = false; in nrf_wifi_rt_fmac_radio_test_init()
364 struct nrf_wifi_rt_fmac_dev_ctx *rt_dev_ctx = NULL; in nrf_wifi_rt_fmac_prog_tx() local
372 rt_dev_ctx = wifi_dev_priv(fmac_dev_ctx); in nrf_wifi_rt_fmac_prog_tx()
374 rt_dev_ctx->radio_cmd_done = false; in nrf_wifi_rt_fmac_prog_tx()
[all …]