Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c2743 uint16_t tmp19__; in dot11f_unpack_ie_tspec() local
2755 framesntohs(pCtx, &tmp19__, pBuf, 0); in dot11f_unpack_ie_tspec()
2758 pDst->traffic_type = tmp19__ >> 0 & 0x1; in dot11f_unpack_ie_tspec()
2759 pDst->tsid = tmp19__ >> 1 & 0xf; in dot11f_unpack_ie_tspec()
2760 pDst->direction = tmp19__ >> 5 & 0x3; in dot11f_unpack_ie_tspec()
2761 pDst->access_policy = tmp19__ >> 7 & 0x3; in dot11f_unpack_ie_tspec()
2762 pDst->aggregation = tmp19__ >> 9 & 0x1; in dot11f_unpack_ie_tspec()
2763 pDst->psb = tmp19__ >> 10 & 0x1; in dot11f_unpack_ie_tspec()
2764 pDst->user_priority = tmp19__ >> 11 & 0x7; in dot11f_unpack_ie_tspec()
2765 pDst->tsinfo_ack_pol = tmp19__ >> 14 & 0x3; in dot11f_unpack_ie_tspec()