Home
last modified time | relevance | path

Searched refs:config_vars (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_utils.c596 struct reg_config_vars config_vars) in reg_get_coex_unsafe_chan_nb_user_prefer() argument
599 config_vars.coex_unsafe_chan_nb_user_prefer; in reg_get_coex_unsafe_chan_nb_user_prefer()
605 struct reg_config_vars config_vars) in reg_get_coex_unsafe_chan_reg_disable() argument
608 config_vars.coex_unsafe_chan_reg_disable; in reg_get_coex_unsafe_chan_reg_disable()
615 struct reg_config_vars config_vars) in reg_get_coex_unsafe_chan_nb_user_prefer() argument
622 struct reg_config_vars config_vars) in reg_get_coex_unsafe_chan_reg_disable() argument
1099 struct reg_config_vars *config_vars) in reg_set_afc_vars() argument
1102 config_vars->enable_6ghz_sp_pwrmode_supp; in reg_set_afc_vars()
1104 config_vars->afc_disable_timer_check; in reg_set_afc_vars()
1106 config_vars->afc_disable_request_id_check; in reg_set_afc_vars()
[all …]
H A Dreg_utils.h353 struct reg_config_vars config_vars);
462 struct reg_config_vars config_vars) in reg_set_config_vars() argument
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_regulatory.c227 struct reg_config_vars *config_vars) in hdd_update_coex_unsafe_chan_nb_user_prefer() argument
229 config_vars->coex_unsafe_chan_nb_user_prefer = in hdd_update_coex_unsafe_chan_nb_user_prefer()
237 struct reg_config_vars *config_vars) in hdd_update_coex_unsafe_chan_reg_disable() argument
239 config_vars->coex_unsafe_chan_reg_disable = in hdd_update_coex_unsafe_chan_reg_disable()
247 struct reg_config_vars *config_vars) in hdd_update_coex_unsafe_chan_nb_user_prefer() argument
254 struct reg_config_vars *config_vars) in hdd_update_coex_unsafe_chan_reg_disable() argument
262 struct reg_config_vars *config_vars) in hdd_update_afc_config() argument
271 config_vars->enable_6ghz_sp_pwrmode_supp = enable_6ghz_sp_pwrmode_supp; in hdd_update_afc_config()
274 config_vars->afc_disable_timer_check = afc_disable_timer_check; in hdd_update_afc_config()
277 config_vars->afc_disable_request_id_check = in hdd_update_afc_config()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_ucfg_api.c79 struct reg_config_vars config_vars) in ucfg_reg_set_config_vars() argument
81 return reg_set_config_vars(psoc, config_vars); in ucfg_reg_set_config_vars()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_ucfg_api.h257 struct reg_config_vars config_vars);