Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_assoc.c1189 if (eht_ops->disabled_sub_chan_bitmap_present) { in hdd_copy_eht_operation()
1252 if (eht_ops->disabled_sub_chan_bitmap_present) { in hdd_copy_eht_operation()
1280 hdd_eht_ops->present_bm = eht_ops->disabled_sub_chan_bitmap_present; in hdd_copy_eht_operation()
1282 if (eht_ops->disabled_sub_chan_bitmap_present) { in hdd_copy_eht_operation()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_beacon_frame.c355 if (eht_op->disabled_sub_chan_bitmap_present) { in lim_process_beacon_eht_op()
Dlim_process_assoc_rsp_frame.c834 if (!assoc_resp->eht_op.disabled_sub_chan_bitmap_present) in lim_update_sta_vdev_punc()
Dlim_utils.c11036 session->eht_op.disabled_sub_chan_bitmap_present = true; in lim_update_ap_puncture()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1696 disabled_sub_chan_bitmap_present: 1;
1705 disabled_sub_chan_bitmap[2][0..1] COUNTIS disabled_sub_chan_bitmap_present;
2621 disabled_sub_chan_bitmap_present: 1;
2630 disabled_sub_chan_bitmap[2][0..1] COUNTIS disabled_sub_chan_bitmap_present;
3598 disabled_sub_chan_bitmap_present: 1;
3620 disabled_sub_chan_bitmap[2][0..1] COUNTIS disabled_sub_chan_bitmap_present;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Ddot11f.c3677 pDst->disabled_sub_chan_bitmap_present = tmp30__ >> 1 & 0x1; in dot11f_unpack_ie_bw_ind_element()
3705 if (unlikely(ielen < pDst->disabled_sub_chan_bitmap_present * 2)) { in dot11f_unpack_ie_bw_ind_element()
3710 if (pDst->disabled_sub_chan_bitmap_present > 1) { in dot11f_unpack_ie_bw_ind_element()
3715 …DOT11F_MEMCPY(pCtx, pDst->disabled_sub_chan_bitmap, pBuf, (pDst->disabled_sub_chan_bitmap_present in dot11f_unpack_ie_bw_ind_element()
3745 pDst->disabled_sub_chan_bitmap_present = tmp32__ >> 1 & 0x1; in dot11f_unpack_ie_bw_indication()
3773 if (unlikely(ielen < pDst->disabled_sub_chan_bitmap_present * 2)) { in dot11f_unpack_ie_bw_indication()
3778 if (pDst->disabled_sub_chan_bitmap_present > 1) { in dot11f_unpack_ie_bw_indication()
3783 …DOT11F_MEMCPY(pCtx, pDst->disabled_sub_chan_bitmap, pBuf, (pDst->disabled_sub_chan_bitmap_present in dot11f_unpack_ie_bw_indication()
9679 pDst->disabled_sub_chan_bitmap_present = tmp93__ >> 1 & 0x1; in dot11f_unpack_ie_eht_op()
9726 if (unlikely(ielen < pDst->disabled_sub_chan_bitmap_present * 2)) { in dot11f_unpack_ie_eht_op()
[all …]
Dparser_api.c8620 dot11f_eht_op->disabled_sub_chan_bitmap_present =
8677 if (dot11f_eht_op->disabled_sub_chan_bitmap_present) {
9740 if (dot11f_eht_op.disabled_sub_chan_bitmap_present) {
9741 val = dot11f_eht_op.disabled_sub_chan_bitmap_present;
9809 bw_ind->disabled_sub_chan_bitmap_present = 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h4469 uint8_t disabled_sub_chan_bitmap_present:1; member
4515 uint8_t disabled_sub_chan_bitmap_present:1; member
9304 uint8_t disabled_sub_chan_bitmap_present:1; member