Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c1885 uint16_t tmp12__; in dot11f_unpack_ie_gtk() local
1895 framesntohs(pCtx, &tmp12__, pBuf, 0); in dot11f_unpack_ie_gtk()
1898 pDst->keyId = tmp12__ >> 0 & 0x3; in dot11f_unpack_ie_gtk()
1899 pDst->reserved = tmp12__ >> 2 & 0x3feb; in dot11f_unpack_ie_gtk()