Searched refs:tmp18__ (Results 1 – 1 of 1) sorted by relevance
2431 uint16_t tmp18__; in dot11f_unpack_ie_schedule() local2441 framesntohs(pCtx, &tmp18__, pBuf, 0); in dot11f_unpack_ie_schedule()2444 pDst->aggregation = tmp18__ >> 0 & 0x1; in dot11f_unpack_ie_schedule()2445 pDst->tsid = tmp18__ >> 1 & 0xf; in dot11f_unpack_ie_schedule()2446 pDst->direction = tmp18__ >> 5 & 0x3; in dot11f_unpack_ie_schedule()2447 pDst->reserved = tmp18__ >> 7 & 0x1ff; in dot11f_unpack_ie_schedule()