Home
last modified time | relevance | path

Searched refs:ch_avoid (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_ucfg_api.c302 struct ch_avoid_ind_type *ch_avoid) in ucfg_reg_unit_simulate_ch_avoid() argument
304 reg_process_ch_avoid_event(psoc, ch_avoid); in ucfg_reg_unit_simulate_ch_avoid()
308 struct ch_avoid_ind_type *ch_avoid) in ucfg_reg_ch_avoid() argument
310 reg_process_ch_avoid_event(psoc, ch_avoid); in ucfg_reg_ch_avoid()
315 struct ch_avoid_ind_type *ch_avoid) in ucfg_reg_ch_avoid_ext() argument
317 reg_process_ch_avoid_ext_event(psoc, ch_avoid); in ucfg_reg_ch_avoid_ext()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_ucfg_api.h462 struct ch_avoid_ind_type *ch_avoid);
474 struct ch_avoid_ind_type *ch_avoid);
488 struct ch_avoid_ind_type *ch_avoid);
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wext.c6618 struct ch_avoid_ind_type ch_avoid; in hdd_ch_avoid_unit_cmd() local
6626 ch_avoid.avoid_freq_range[cnt].start_freq = in hdd_ch_avoid_unit_cmd()
6628 ch_avoid.avoid_freq_range[cnt].end_freq = in hdd_ch_avoid_unit_cmd()
6632 ch_avoid.avoid_freq_range[cnt].start_freq, in hdd_ch_avoid_unit_cmd()
6633 ch_avoid.avoid_freq_range[cnt].end_freq); in hdd_ch_avoid_unit_cmd()
6636 ch_avoid.ch_avoid_range_cnt = cnt; in hdd_ch_avoid_unit_cmd()
6637 ucfg_reg_unit_simulate_ch_avoid(hdd_ctx->psoc, &ch_avoid); in hdd_ch_avoid_unit_cmd()