Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c3391 uint16_t tmp26__; in dot11f_unpack_ie_wmmtspec() local
3415 framesntohs(pCtx, &tmp26__, pBuf, 0); in dot11f_unpack_ie_wmmtspec()
3418 pDst->traffic_type = tmp26__ >> 0 & 0x1; in dot11f_unpack_ie_wmmtspec()
3419 pDst->tsid = tmp26__ >> 1 & 0xf; in dot11f_unpack_ie_wmmtspec()
3420 pDst->direction = tmp26__ >> 5 & 0x3; in dot11f_unpack_ie_wmmtspec()
3421 pDst->access_policy = tmp26__ >> 7 & 0x3; in dot11f_unpack_ie_wmmtspec()
3422 pDst->aggregation = tmp26__ >> 9 & 0x1; in dot11f_unpack_ie_wmmtspec()
3423 pDst->psb = tmp26__ >> 10 & 0x1; in dot11f_unpack_ie_wmmtspec()
3424 pDst->user_priority = tmp26__ >> 11 & 0x7; in dot11f_unpack_ie_wmmtspec()
3425 pDst->tsinfo_ack_pol = tmp26__ >> 14 & 0x3; in dot11f_unpack_ie_wmmtspec()