Home
last modified time | relevance | path

Searched refs:vht_txop_ps (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_tgt_cfg.h177 uint32_t vht_txop_ps; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_main.c5622 cfg->vht_txop_ps = vht_cap_info & WMI_VHT_CAP_TXOP_PS; in wma_update_target_vht_cap()
5629 cfg->vht_txop_ps, cfg->vht_su_bformee, cfg->vht_mu_bformee, in wma_update_target_vht_cap()
5853 vht_cap->vht_txop_ps = value & WMI_VHT_CAP_TXOP_PS; in wma_derive_ext_vht_cap()
5897 vht_cap->vht_txop_ps = QDF_MIN(vht_cap->vht_txop_ps, in wma_derive_ext_vht_cap()
5973 vht_cap->vht_txop_ps, vht_cap->vht_su_bformee, in wma_update_target_ext_vht_cap()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c4803 if (vht_cap_info->txop_ps && !cfg->vht_txop_ps) in mlme_update_vht_cap()
4804 vht_cap_info->txop_ps = cfg->vht_txop_ps; in mlme_update_vht_cap()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c2380 if (cfg->vht_txop_ps & WMI_VHT_CAP_TXOP_PS) in hdd_update_tgt_vht_cap()