Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c1066 if (ht_ops->obssNonHTStaPresent) in hdd_copy_ht_operation()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_utils.c1545 (uint8_t) htInfo.obssNonHTStaPresent; in lim_decide_sta_protection_on_assoc()
1829 (uint8_t) htInfo.obssNonHTStaPresent) in lim_decide_sta_protection()
1831 (uint8_t) htInfo.obssNonHTStaPresent; in lim_decide_sta_protection()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms2830 obssNonHTStaPresent:1;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c1802 pDot11f->obssNonHTStaPresent =
1808 pDot11f->obssNonHTStaPresent = 0;
H A Ddot11f.c5351 pDst->obssNonHTStaPresent = tmp57__ >> 4 & 0x1; in dot11f_unpack_ie_ht_info()
26734 tmp177__ |= (pSrc->obssNonHTStaPresent << 4); in dot11f_pack_ie_ht_info()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h6032 uint16_t obssNonHTStaPresent:1; member