Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c7361 uint8_t tmp68__; in dot11f_unpack_ie_qos_caps_ap() local
7371 tmp68__ = *pBuf; in dot11f_unpack_ie_qos_caps_ap()
7372 pDst->count = tmp68__ >> 0 & 0xf; in dot11f_unpack_ie_qos_caps_ap()
7373 pDst->qack = tmp68__ >> 4 & 0x1; in dot11f_unpack_ie_qos_caps_ap()
7374 pDst->qreq = tmp68__ >> 5 & 0x1; in dot11f_unpack_ie_qos_caps_ap()
7375 pDst->txopreq = tmp68__ >> 6 & 0x1; in dot11f_unpack_ie_qos_caps_ap()
7376 pDst->reserved = tmp68__ >> 7 & 0x1; in dot11f_unpack_ie_qos_caps_ap()