Home
last modified time | relevance | path

Searched refs:ori_bw (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_process_beacon_frame.c258 enum phy_ch_width ori_bw, in lim_get_update_eht_bw_puncture_allow() argument
282 if (ori_bw <= ch_width) { in lim_get_update_eht_bw_puncture_allow()
283 *new_bw = ori_bw; in lim_get_update_eht_bw_puncture_allow()
288 if ((ori_bw == CH_WIDTH_320MHZ) && in lim_get_update_eht_bw_puncture_allow()
304 enum phy_ch_width ori_bw = CH_WIDTH_INVALID; in lim_process_beacon_eht_op() local
351 ori_bw = wlan_mlme_convert_eht_op_bw_to_phy_ch_width( in lim_process_beacon_eht_op()
364 bss_chan.ch_width = ori_bw; in lim_process_beacon_eht_op()
367 if (ori_bw == CH_WIDTH_320MHZ && in lim_process_beacon_eht_op()
395 ori_bw = wlan_mlme_convert_he_6ghz_op_bw_to_phy_ch_width(ch_width, in lim_process_beacon_eht_op()
404 status = lim_get_update_eht_bw_puncture_allow(session, ori_bw, in lim_process_beacon_eht_op()
[all …]
H A Dlim_process_assoc_rsp_frame.c828 enum phy_ch_width ori_bw; in lim_update_sta_vdev_punc() local
847 ori_bw = wlan_mlme_convert_eht_op_bw_to_phy_ch_width( in lim_update_sta_vdev_punc()
850 if (ori_bw == CH_WIDTH_320MHZ) { in lim_update_sta_vdev_punc()
864 wlan_reg_extract_puncture_by_bw(ori_bw, ori_puncture_bitmap, in lim_update_sta_vdev_punc()
871 vdev_id, des_chan->ch_freq, ori_bw, ori_puncture_bitmap); in lim_update_sta_vdev_punc()
875 if (des_chan->ch_width == ori_bw) in lim_update_sta_vdev_punc()
878 wlan_reg_extract_puncture_by_bw(ori_bw, ori_puncture_bitmap, in lim_update_sta_vdev_punc()
884 vdev_id, des_chan->ch_freq, ori_bw, ori_puncture_bitmap, in lim_update_sta_vdev_punc()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/src/ !
H A Dwlan_cm_api.c488 enum phy_ch_width ori_bw, in wlan_cm_sta_set_chan_param() argument
511 if (ori_bw == CH_WIDTH_320MHZ) { in wlan_cm_sta_set_chan_param()
518 } else if (ori_bw == CH_WIDTH_40MHZ) { in wlan_cm_sta_set_chan_param()
530 wlan_reg_extract_puncture_by_bw(ori_bw, ori_punc, in wlan_cm_sta_set_chan_param()
538 ori_bw, ori_punc); in wlan_cm_sta_set_chan_param()
550 if (chan_param->ch_width == ori_bw) in wlan_cm_sta_set_chan_param()
553 wlan_reg_extract_puncture_by_bw(ori_bw, ori_punc, in wlan_cm_sta_set_chan_param()
567 enum phy_ch_width ori_bw, in wlan_cm_sta_update_bw_puncture() argument
588 ori_bw, ori_punc, ccfs0, in wlan_cm_sta_update_bw_puncture()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/ !
H A Dwlan_cm_api.h653 enum phy_ch_width ori_bw,
671 enum phy_ch_width ori_bw,
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ !
H A Dwlan_reg_services_api.h1671 QDF_STATUS wlan_reg_extract_puncture_by_bw(enum phy_ch_width ori_bw,
1767 QDF_STATUS wlan_reg_extract_puncture_by_bw(enum phy_ch_width ori_bw, in wlan_reg_extract_puncture_by_bw() argument
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ !
H A Dreg_services_common.h1214 QDF_STATUS reg_extract_puncture_by_bw(enum phy_ch_width ori_bw,
1268 QDF_STATUS reg_extract_puncture_by_bw(enum phy_ch_width ori_bw, in reg_extract_puncture_by_bw() argument
H A Dreg_services_common.c4675 QDF_STATUS reg_extract_puncture_by_bw(enum phy_ch_width ori_bw, in reg_extract_puncture_by_bw() argument
4687 if (ori_bw < new_bw) { in reg_extract_puncture_by_bw()
4689 freq, ori_bw, new_bw); in reg_extract_puncture_by_bw()
4693 if (ori_bw == new_bw) { in reg_extract_puncture_by_bw()
4698 ori_bonded_chan = reg_get_bonded_chan_entry(freq, ori_bw, cen320_freq); in reg_extract_puncture_by_bw()
4702 freq, ori_bw, new_bw); in reg_extract_puncture_by_bw()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ !
H A Dwlan_reg_services_api.c1333 QDF_STATUS wlan_reg_extract_puncture_by_bw(enum phy_ch_width ori_bw, in wlan_reg_extract_puncture_by_bw() argument
1340 return reg_extract_puncture_by_bw(ori_bw, ori_puncture_bitmap, freq, in wlan_reg_extract_puncture_by_bw()