Home
last modified time | relevance | path

Searched refs:puncture_bitmap (Results 1 – 25 of 46) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/
H A Dvdev_mgr_ops.c227 param->channel.puncture_bitmap = des_chan->puncture_bitmap; in vdev_mgr_start_param_update_11be()
232 uint16_t *puncture_bitmap) in vdev_mgr_set_cur_chan_punc_bitmap() argument
234 *puncture_bitmap = des_chan->puncture_bitmap; in vdev_mgr_set_cur_chan_punc_bitmap()
246 uint16_t *puncture_bitmap) in vdev_mgr_set_cur_chan_punc_bitmap() argument
248 *puncture_bitmap = 0; in vdev_mgr_set_cur_chan_punc_bitmap()
465 uint16_t puncture_bitmap; in vdev_mgr_start_param_update() local
492 vdev_mgr_set_cur_chan_punc_bitmap(des_chan, &puncture_bitmap); in vdev_mgr_start_param_update()
501 puncture_bitmap, in vdev_mgr_start_param_update()
/wlan-driver/fw-api/hw/qcn9224/v2/
H A Dphyrx_common_user_info.h56 puncture_bitmap : 16; member
72 uint32_t puncture_bitmap : 16,
/wlan-driver/fw-api/hw/qca5424/
H A Dphyrx_common_user_info.h49 puncture_bitmap : 16; member
65 uint32_t puncture_bitmap : 16,
/wlan-driver/fw-api/hw/qcn6432/
H A Dphyrx_common_user_info.h47 puncture_bitmap : 16; // [31:16] member
63 uint32_t puncture_bitmap : 16, // [31:16]
/wlan-driver/fw-api/hw/kiwi/v2/
H A Dphyrx_common_user_info.h51 puncture_bitmap : 16; member
67 uint32_t puncture_bitmap : 16,
/wlan-driver/fw-api/hw/qca5332/
H A Dphyrx_common_user_info.h56 puncture_bitmap : 16; // [31:16] member
72 uint32_t puncture_bitmap : 16, // [31:16]
/wlan-driver/fw-api/hw/peach/v2/
H A Dphyrx_common_user_info.h45 puncture_bitmap : 16; member
63 uint32_t puncture_bitmap : 16,
/wlan-driver/fw-api/hw/peach/v1/
H A Dphyrx_common_user_info.h45 puncture_bitmap : 16; member
63 uint32_t puncture_bitmap : 16,
/wlan-driver/fw-api/hw/qcc2072/v1/
H A Dphyrx_common_user_info.h45 puncture_bitmap : 16; member
63 uint32_t puncture_bitmap : 16,
/wlan-driver/fw-api/hw/wcn7750/v1/
H A Dphyrx_common_user_info.h45 puncture_bitmap : 16; member
63 uint32_t puncture_bitmap : 16,
/wlan-driver/qca-wifi-host-cmn/os_if/linux/
H A Dwlan_cfg80211.h638 uint16_t puncture_bitmap) in wlan_cfg80211_ch_switch_notify() argument
641 puncture_bitmap); in wlan_cfg80211_ch_switch_notify()
648 uint16_t puncture_bitmap) in wlan_cfg80211_ch_switch_notify() argument
658 uint16_t puncture_bitmap) in wlan_cfg80211_ch_switch_notify() argument
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/src/
H A Dwlan_cm_api.c593 if (des_chan->puncture_bitmap == ch_param.reg_punc_bitmap && in wlan_cm_sta_update_bw_puncture()
601 des_chan->puncture_bitmap = ch_param.reg_punc_bitmap; in wlan_cm_sta_update_bw_puncture()
605 des_chan->ch_width, des_chan->puncture_bitmap, in wlan_cm_sta_update_bw_puncture()
608 QDF_SET_BITS(bw_puncture, 8, 16, des_chan->puncture_bitmap); in wlan_cm_sta_update_bw_puncture()
/wlan-driver/fw-api/hw/kiwi/v1/
H A Dphyrx_common_user_info.h59 puncture_bitmap : 16; member
/wlan-driver/fw-api/hw/qcn9224/v1/
H A Dphyrx_common_user_info.h53 puncture_bitmap : 16; member
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_cmn.h654 uint16_t puncture_bitmap, int *bw_ind_len);
668 uint16_t *puncture_bitmap);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_services_api.h1646 uint16_t puncture_bitmap);
1705 uint16_t puncture_bitmap,
1725 uint16_t puncture_bitmap, in wlan_reg_apply_puncture() argument
1784 uint16_t puncture_bitmap, in wlan_reg_apply_puncture() argument
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_services_api.c1322 uint16_t puncture_bitmap) in wlan_reg_is_punc_bitmap_valid() argument
1324 return reg_is_punc_bitmap_valid(bw, puncture_bitmap); in wlan_reg_is_punc_bitmap_valid()
1353 uint16_t puncture_bitmap, in wlan_reg_apply_puncture() argument
1358 return reg_apply_puncture(pdev, puncture_bitmap, freq, bw, in wlan_reg_apply_puncture()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_global.h364 uint16_t puncture_bitmap; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_sme_rsp_messages.c1887 lim_ch_switch->puncture_bitmap = ch_param->reg_punc_bitmap; in lim_set_chan_sw_puncture()
1898 lim_ch_switch->puncture_bitmap = 0; in lim_reset_csa_puncture()
1912 session->puncture_bitmap, in lim_is_puncture_same()
1913 lim_ch_switch->puncture_bitmap); in lim_is_puncture_same()
1914 return lim_ch_switch->puncture_bitmap == session->puncture_bitmap; in lim_is_puncture_same()
H A Dlim_process_assoc_rsp_frame.c876 des_chan->puncture_bitmap = ori_puncture_bitmap; in lim_update_sta_vdev_punc()
882 &des_chan->puncture_bitmap); in lim_update_sta_vdev_punc()
886 des_chan->puncture_bitmap); in lim_update_sta_vdev_punc()
H A Dlim_process_beacon_frame.c363 bss_chan.puncture_bitmap = ori_punc; in lim_process_beacon_eht_op()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dutils_mlo.c5439 uint16_t puncture_bitmap, int *bw_ind_len) in util_add_bw_ind() argument
5482 if (puncture_bitmap) { in util_add_bw_ind()
5484 QDF_GET_BITS(puncture_bitmap, 0, 8); in util_add_bw_ind()
5486 QDF_GET_BITS(puncture_bitmap, 8, 8); in util_add_bw_ind()
5505 uint16_t *puncture_bitmap) in util_parse_bw_ind() argument
5542 QDF_SET_BITS(*puncture_bitmap, 0, 8, in util_parse_bw_ind()
5544 QDF_SET_BITS(*puncture_bitmap, 8, 8, in util_parse_bw_ind()
5547 *puncture_bitmap = 0; in util_parse_bw_ind()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
H A Dwlan_vdev_mgr_tgt_if_tx_defs.h441 uint16_t puncture_bitmap; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c1631 uint16_t puncture_bitmap; in cm_get_puncture_bw() local
1634 puncture_bitmap = entry->channel.puncture_bitmap; in cm_get_puncture_bw()
1635 while (puncture_bitmap) { in cm_get_puncture_bw()
1636 if (puncture_bitmap & 1) in cm_get_puncture_bw()
1638 puncture_bitmap >>= 1; in cm_get_puncture_bw()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.h1177 bool reg_is_punc_bitmap_valid(enum phy_ch_width bw, uint16_t puncture_bitmap);
1248 uint16_t puncture_bitmap,

12