Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c11386 uint8_t tmp119__; in dot11f_unpack_ie_spatial_reuse() local
11396 tmp119__ = *pBuf; in dot11f_unpack_ie_spatial_reuse()
11399 pDst->psr_disallow = tmp119__ >> 0 & 0x1; in dot11f_unpack_ie_spatial_reuse()
11400 pDst->non_srg_pd_sr_disallow = tmp119__ >> 1 & 0x1; in dot11f_unpack_ie_spatial_reuse()
11401 pDst->non_srg_offset_present = tmp119__ >> 2 & 0x1; in dot11f_unpack_ie_spatial_reuse()
11402 pDst->srg_info_present = tmp119__ >> 3 & 0x1; in dot11f_unpack_ie_spatial_reuse()
11403 pDst->sr_value15_allow = tmp119__ >> 4 & 0x1; in dot11f_unpack_ie_spatial_reuse()
11404 pDst->reserved = tmp119__ >> 5 & 0x7; in dot11f_unpack_ie_spatial_reuse()