Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c8363 uint8_t tmp71__; in dot11f_unpack_ie_wmm_caps() local
8385 tmp71__ = *pBuf; in dot11f_unpack_ie_wmm_caps()
8386 pDst->reserved = tmp71__ >> 0 & 0xf; in dot11f_unpack_ie_wmm_caps()
8387 pDst->qack = tmp71__ >> 4 & 0x1; in dot11f_unpack_ie_wmm_caps()
8388 pDst->queue_request = tmp71__ >> 5 & 0x1; in dot11f_unpack_ie_wmm_caps()
8389 pDst->txop_request = tmp71__ >> 6 & 0x1; in dot11f_unpack_ie_wmm_caps()
8390 pDst->more_ack = tmp71__ >> 7 & 0x1; in dot11f_unpack_ie_wmm_caps()