Home
last modified time | relevance | path

Searched refs:vhtTXOPPS (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_mac_prot_def.h882 uint32_t vhtTXOPPS:1; member
910 uint32_t vhtTXOPPS:1;
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_tdls.c3295 pDot11f->vhtTXOPPS = uVHTCapabilityInfo.vhtCapInfo.vhtTXOPPS; in lim_tdls_populate_dot11f_vht_caps()
Dlim_assoc_utils.c2117 (input_caps.vhtTXOPPS << in lim_populate_vht_caps()
3545 (vht_caps->vhtTXOPPS << in lim_update_vhtcaps_assoc_resp()
Dlim_utils.c5240 vht_cap->vhtTXOPPS = dot11_vht_cap.vhtTXOPPS; in lim_set_vht_caps()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_assoc.c966 if (roam_vht_cap->vhtTXOPPS) in hdd_copy_vht_caps()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c1251 pe_debug("vhtTXOPPS (1): %d", pDot11f->vhtTXOPPS); in lim_log_vht_cap()
1378 pDot11f->vhtTXOPPS = pe_session->vht_config.vht_txops;
1427 pDot11f->vhtTXOPPS = (nCfgValue & 0x0001);
Ddot11f.c2938 pDst->vhtTXOPPS = tmp22__ >> 21 & 0x1; in dot11f_unpack_ie_vht_caps()
24521 tmp142__ |= (pSrc->vhtTXOPPS << 21); in dot11f_pack_ie_vht_caps()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms2531 vhtTXOPPS: 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h3988 uint32_t vhtTXOPPS:1; member