Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_build_chan_list.c341 uint32_t *country_max_allowed_bw) in reg_update_max_bw_per_rule() argument
348 if (reg_rule_start[count].max_bw > *country_max_allowed_bw) in reg_update_max_bw_per_rule()
349 *country_max_allowed_bw = reg_rule_start[count].max_bw; in reg_update_max_bw_per_rule()
4282 uint32_t i, j, k, curr_reg_rule_location, country_max_allowed_bw = 0; in reg_fill_master_channels() local
4300 &country_max_allowed_bw); in reg_fill_master_channels()
4307 &country_max_allowed_bw); in reg_fill_master_channels()
4316 &country_max_allowed_bw); in reg_fill_master_channels()
4331 &country_max_allowed_bw); in reg_fill_master_channels()
4335 soc_reg->country_max_allowed_bw = country_max_allowed_bw; in reg_fill_master_channels()
4337 country_max_allowed_bw); in reg_fill_master_channels()
[all …]
Dreg_priv_objs.h311 uint32_t country_max_allowed_bw; member
Dreg_utils.c1016 return psoc_priv_obj->country_max_allowed_bw; in reg_get_country_max_allowed_bw()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.c9037 uint32_t country_max_allowed_bw; in lim_revise_eht_caps() local
9039 country_max_allowed_bw = wlan_reg_get_country_max_allowed_bw(mac->pdev); in lim_revise_eht_caps()
9040 if (!country_max_allowed_bw) { in lim_revise_eht_caps()
9045 if (country_max_allowed_bw < BW_320_MHZ) in lim_revise_eht_caps()