Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/inc/common/
Dfmac_structs_common.h184 int reg_set_status; member
/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_api_common.c618 fmac_dev_ctx->reg_set_status = false; in nrf_wifi_fmac_set_reg()
630 fmac_dev_ctx->reg_set_status = false; in nrf_wifi_fmac_set_reg()
632 while (!fmac_dev_ctx->reg_set_status && count++ <= max_count) { in nrf_wifi_fmac_set_reg()
636 if (!fmac_dev_ctx->reg_set_status) { in nrf_wifi_fmac_set_reg()
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/
Dfmac_event.c262 fmac_dev_ctx->reg_set_status = true; in umac_event_ctrl_process()