Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_utils.c230 psoc_reg->world_country_pending[phy_id] = false; in reg_set_non_offload_country()
337 psoc_reg->world_country_pending[phy_id] = true; in reg_set_country()
1246 soc_reg->world_country_pending[ctr] = false; in reg_reset_ctry_pending_hints()
1284 soc_reg->world_country_pending[phy_num] = true; in reg_set_curr_country()
1343 soc_reg->world_country_pending[phy_num]) in reg_ignore_default_country()
Dreg_priv_objs.h246 bool world_country_pending[PSOC_MAX_PHY_REG_CAP]; member
Dreg_build_chan_list.c3953 soc_reg->world_country_pending[phy_id] = true; in reg_soc_vars_reset_on_failure()
4474 } else if (soc_reg->world_country_pending[phy_id]) { in reg_set_socpriv_vars()
4475 soc_reg->world_country_pending[phy_id] = false; in reg_set_socpriv_vars()
5984 } else if (soc_reg->world_country_pending[phy_id]) { in __reg_process_master_chan_list()
5985 soc_reg->world_country_pending[phy_id] = false; in __reg_process_master_chan_list()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
Dwlan_reg_services_api.c572 soc_reg->world_country_pending[phy_id]); in reg_is_cntry_set_pending()