Home
last modified time | relevance | path

Searched refs:ori_puncture_bitmap (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_process_assoc_rsp_frame.c829 uint16_t ori_puncture_bitmap; in lim_update_sta_vdev_punc() local
844 ori_puncture_bitmap = 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()
876 des_chan->puncture_bitmap = ori_puncture_bitmap; 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()
H A Dlim_process_sme_req_messages.c9464 uint16_t ori_puncture_bitmap; in lim_is_puncture_bitmap_changed() local
9466 ori_puncture_bitmap = in lim_is_puncture_bitmap_changed()
9469 return ori_puncture_bitmap != ch_change_req->target_punc_bitmap; in lim_is_puncture_bitmap_changed()
H A Dlim_utils.c8892 uint16_t ori_puncture_bitmap; in lim_decide_eht_op() local
8923 ori_puncture_bitmap = in lim_decide_eht_op()
8926 ori_puncture_bitmap, session->eht_op.channel_width, in lim_decide_eht_op()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/ !
H A Dwlan_reg_services_api.h1672 uint16_t ori_puncture_bitmap,
1768 uint16_t ori_puncture_bitmap, in wlan_reg_extract_puncture_by_bw() argument
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/ !
H A Dreg_services_common.h1215 uint16_t ori_puncture_bitmap,
1269 uint16_t ori_puncture_bitmap, in reg_extract_puncture_by_bw() argument
H A Dreg_services_common.c4676 uint16_t ori_puncture_bitmap, in reg_extract_puncture_by_bw() argument
4694 *new_puncture_bitmap = ori_puncture_bitmap; in reg_extract_puncture_by_bw()
4725 (ori_puncture_bitmap & 1) << new_bit; in reg_extract_puncture_by_bw()
4729 ori_puncture_bitmap >>= 1; in reg_extract_puncture_by_bw()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/ !
H A Dwlan_reg_services_api.c1334 uint16_t ori_puncture_bitmap, 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()