Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_utils.c339 psoc_reg->new_user_ctry_pending[phy_id] = true; in reg_set_country()
347 psoc_reg->new_user_ctry_pending[phy_id] = false; in reg_set_country()
1243 soc_reg->new_user_ctry_pending[ctr] = false; in reg_reset_ctry_pending_hints()
1280 soc_reg->new_user_ctry_pending[phy_num] = true; in reg_set_curr_country()
1340 if (soc_reg->new_user_ctry_pending[phy_num] || in reg_ignore_default_country()
H A Dreg_priv_objs.h243 bool new_user_ctry_pending[PSOC_MAX_PHY_REG_CAP]; member
H A Dreg_build_chan_list.c3951 soc_reg->new_user_ctry_pending[phy_id] = false; in reg_soc_vars_reset_on_failure()
4459 if (soc_reg->new_user_ctry_pending[phy_id]) { in reg_set_socpriv_vars()
4460 soc_reg->new_user_ctry_pending[phy_id] = false; in reg_set_socpriv_vars()
5969 if (soc_reg->new_user_ctry_pending[phy_id]) { in __reg_process_master_chan_list()
5970 soc_reg->new_user_ctry_pending[phy_id] = false; in __reg_process_master_chan_list()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c569 return (soc_reg->new_user_ctry_pending[phy_id] || in reg_is_cntry_set_pending()