Home
last modified time | relevance | path

Searched refs:lsigTXOPProtection (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_assoc_req_frame.c858 assoc_req->HTCaps.lsigTXOPProtection); in lim_print_ht_cap()
1642 (uint8_t) assoc_req->HTCaps.lsigTXOPProtection; in lim_update_sta_ds()
Dlim_process_assoc_rsp_frame.c88 (uint8_t) ht_caps->lsigTXOPProtection; in lim_update_stads_htcap()
Dlim_utils.c3944 (uint8_t) pHTCaps->lsigTXOPProtection) { in lim_update_sta_run_time_ht_capability()
3946 (uint8_t) pHTCaps->lsigTXOPProtection; in lim_update_sta_run_time_ht_capability()
5157 p_ht_cap->lsigTXOPProtection = dot11_ht_cap.lsigTXOPProtection; in lim_set_ht_caps()
Dlim_process_tdls.c3160 pDot11f->lsigTXOPProtection = in lim_tdls_populate_dot11f_ht_caps()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_mac_prot_def.h1026 uint16_t lsigTXOPProtection:1; member
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_assoc.c760 if (roam_ht_cap->lsigTXOPProtection) in hdd_copy_ht_caps()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms2754 lsigTXOPProtection: 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h5949 uint16_t lsigTXOPProtection:1; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c999 pDot11f->lsigTXOPProtection = ht_cap_info->l_sig_tx_op_protection; in populate_dot11f_ht_caps()
Ddot11f.c5218 pDst->lsigTXOPProtection = tmp51__ >> 15 & 0x1; in dot11f_unpack_ie_ht_caps()
26607 tmp171__ |= (pSrc->lsigTXOPProtection << 15); in dot11f_pack_ie_ht_caps()