Home
last modified time | relevance | path

Searched refs:pcoActive (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1087 if (ht_ops->pcoActive) in hdd_copy_ht_operation()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c4039 if (mac->lim.gHTPCOActive != (uint8_t) pHTInfo->pcoActive) { in lim_update_sta_run_time_ht_info()
4040 mac->lim.gHTPCOActive = (uint8_t) pHTInfo->pcoActive; in lim_update_sta_run_time_ht_info()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms2842 pcoActive: 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h6039 uint16_t pcoActive:1; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c1817 pDot11f->pcoActive = mac->lim.gHTPCOActive;
H A Ddot11f.c5366 pDst->pcoActive = tmp58__ >> 10 & 0x1; in dot11f_unpack_ie_ht_info()
26749 tmp178__ |= (pSrc->pcoActive << 10); in dot11f_pack_ie_ht_info()