Searched refs:reg_domain_info (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
| D | fmac_main.c | 316 struct nrf_wifi_fmac_reg_info reg_domain_info = {0}; in nrf_wifi_reg_domain() local 350 memcpy(reg_domain_info.alpha2, reg_domain->country_code, WIFI_COUNTRY_CODE_LEN); in nrf_wifi_reg_domain() 352 reg_domain_info.force = reg_domain->force; in nrf_wifi_reg_domain() 354 status = nrf_wifi_fmac_set_reg(fmac_dev_ctx, ®_domain_info); in nrf_wifi_reg_domain() 374 status = nrf_wifi_fmac_get_reg(fmac_dev_ctx, ®_domain_info); in nrf_wifi_reg_domain() 380 memcpy(reg_domain->country_code, reg_domain_info.alpha2, WIFI_COUNTRY_CODE_LEN); in nrf_wifi_reg_domain() 381 reg_domain->num_channels = reg_domain_info.reg_chan_count; in nrf_wifi_reg_domain() 383 for (chan_idx = 0; chan_idx < reg_domain_info.reg_chan_count; chan_idx++) { in nrf_wifi_reg_domain() 385 reg_domain_chan_info = &(reg_domain_info.reg_chan_info[chan_idx]); in nrf_wifi_reg_domain()
|
| D | wpa_supp_if.c | 1875 struct nrf_wifi_fmac_reg_info reg_domain_info = {0}; in nrf_wifi_supp_set_country() local 1895 memcpy(reg_domain_info.alpha2, alpha2, NRF_WIFI_COUNTRY_CODE_LEN); in nrf_wifi_supp_set_country() 1897 status = nrf_wifi_fmac_set_reg(rpu_ctx_zep->rpu_ctx, ®_domain_info); in nrf_wifi_supp_set_country() 1912 struct nrf_wifi_fmac_reg_info reg_domain_info = {0}; in nrf_wifi_supp_get_country() local 1932 status = nrf_wifi_fmac_get_reg(rpu_ctx_zep->rpu_ctx, ®_domain_info); in nrf_wifi_supp_get_country() 1938 memcpy(alpha2, reg_domain_info.alpha2, NRF_WIFI_COUNTRY_CODE_LEN); in nrf_wifi_supp_get_country()
|