Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c8481 uint8_t tmp74__; in dot11f_unpack_ie_wmm_params() local
8526 tmp74__ = *pBuf; in dot11f_unpack_ie_wmm_params()
8529 pDst->acbe_aifsn = tmp74__ >> 0 & 0xf; in dot11f_unpack_ie_wmm_params()
8530 pDst->acbe_acm = tmp74__ >> 4 & 0x1; in dot11f_unpack_ie_wmm_params()
8531 pDst->acbe_aci = tmp74__ >> 5 & 0x3; in dot11f_unpack_ie_wmm_params()
8532 pDst->unused1 = tmp74__ >> 7 & 0x1; in dot11f_unpack_ie_wmm_params()