Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c3042 uint16_t tmp25__; in dot11f_unpack_ie_wmm_schedule() local
3064 framesntohs(pCtx, &tmp25__, pBuf, 0); in dot11f_unpack_ie_wmm_schedule()
3067 pDst->aggregation = tmp25__ >> 0 & 0x1; in dot11f_unpack_ie_wmm_schedule()
3068 pDst->tsid = tmp25__ >> 1 & 0xf; in dot11f_unpack_ie_wmm_schedule()
3069 pDst->direction = tmp25__ >> 5 & 0x3; in dot11f_unpack_ie_wmm_schedule()
3070 pDst->reserved = tmp25__ >> 7 & 0x1ff; in dot11f_unpack_ie_wmm_schedule()