Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_api_common.c558 struct nrf_wifi_event_regulatory_change *reg_change = NULL; in nrf_wifi_fmac_set_reg() local
644 reg_change = fmac_dev_ctx->reg_change; in nrf_wifi_fmac_set_reg()
646 if (reg_change->intr != exp_initiator) { in nrf_wifi_fmac_set_reg()
650 reg_change->intr); in nrf_wifi_fmac_set_reg()
655 if (reg_change->regulatory_type != exp_reg_type) { in nrf_wifi_fmac_set_reg()
659 reg_change->regulatory_type); in nrf_wifi_fmac_set_reg()
664 if ((reg_change->regulatory_type == NRF_WIFI_REGDOM_TYPE_COUNTRY) && in nrf_wifi_fmac_set_reg()
665 nrf_wifi_osal_mem_cmp(reg_change->nrf_wifi_alpha2, in nrf_wifi_fmac_set_reg()
673 reg_change->nrf_wifi_alpha2[0], in nrf_wifi_fmac_set_reg()
674 reg_change->nrf_wifi_alpha2[1]); in nrf_wifi_fmac_set_reg()
[all …]
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/
Dfmac_event.c251 fmac_dev_ctx->reg_change = nrf_wifi_osal_mem_zalloc(sizeof(*reg_change_event)); in umac_event_ctrl_process()
253 if (!fmac_dev_ctx->reg_change) { in umac_event_ctrl_process()
259 nrf_wifi_osal_mem_cpy(fmac_dev_ctx->reg_change, in umac_event_ctrl_process()
/nrf_wifi-latest/fw_if/umac_if/inc/common/
Dfmac_structs_common.h186 struct nrf_wifi_event_regulatory_change *reg_change; member
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h278 struct nrf_wifi_event_regulatory_change *reg_change,