Home
last modified time | relevance | path

Searched refs:rs_param (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_radar.c120 dfs_phyerr_param_copy(&rs->rs_param, in dfs_getchanstate()
200 dfs_phyerr_param_copy(&pe, &rs_pri->rs_param); in dfs_radar_enable()
259 rs->rs_param.pe_firpwr = (int32_t) value; in dfs_set_thresholds()
263 rs->rs_param.pe_rrssi = value; in dfs_set_thresholds()
267 rs->rs_param.pe_height = value; in dfs_set_thresholds()
271 rs->rs_param.pe_prssi = value; in dfs_set_thresholds()
275 rs->rs_param.pe_inband = value; in dfs_set_thresholds()
280 rs->rs_param.pe_relpwr = value; in dfs_set_thresholds()
284 rs->rs_param.pe_relstep = value; in dfs_set_thresholds()
288 rs->rs_param.pe_maxlen = value; in dfs_set_thresholds()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h759 struct wlan_dfs_phyerr_param rs_param; member