Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_he.c918 he_ops->twt_required, he_ops->txop_rts_threshold, in wma_print_he_op()
1228 WMI_HEOPS_RTSTHLD_SET(he_ops, he_op->txop_rts_threshold); in wma_populate_peer_he_cap()
1270 WMI_HEOPS_RTSTHLD_SET(*he_ops, he_op->txop_rts_threshold); in wma_update_vdev_he_ops()
1319 WMI_HEOPS_RTSTHLD_SET(dword_he_op, he_op->txop_rts_threshold); in wma_update_he_ops_ie()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dsir_mac_prot_def.h1616 uint16_t txop_rts_threshold:10; member
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1325 he_oper_params |= he_operation->txop_rts_threshold << in hdd_copy_he_operation()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c7416 he_ops.txop_rts_threshold = he_ops_from_ie->txop_rts_threshold; in lim_decide_he_op()
7428 he_ops.twt_required, he_ops.txop_rts_threshold); in lim_decide_he_op()
7695 he_ops->twt_required, he_ops->txop_rts_threshold, in lim_log_he_op()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms3388 txop_rts_threshold: 10;
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h10044 uint16_t txop_rts_threshold:10; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c10382 pDst->txop_rts_threshold = tmp103__ >> 4 & 0x3ff; in dot11f_unpack_ie_he_op()
31077 tmp223__ |= (pSrc->txop_rts_threshold << 4); in dot11f_pack_ie_he_op()