Searched refs:reg_change (Results 1 – 4 of 4) sorted by relevance
558 struct nrf_wifi_event_regulatory_change *reg_change = NULL; in nrf_wifi_fmac_set_reg() local644 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 …]
251 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()
186 struct nrf_wifi_event_regulatory_change *reg_change; member
278 struct nrf_wifi_event_regulatory_change *reg_change,