Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c24389 uint16_t tmp139__; in dot11f_pack_ie_tspec() local
24400 tmp139__ = 0U; in dot11f_pack_ie_tspec()
24401 tmp139__ |= (pSrc->traffic_type << 0); in dot11f_pack_ie_tspec()
24402 tmp139__ |= (pSrc->tsid << 1); in dot11f_pack_ie_tspec()
24403 tmp139__ |= (pSrc->direction << 5); in dot11f_pack_ie_tspec()
24404 tmp139__ |= (pSrc->access_policy << 7); in dot11f_pack_ie_tspec()
24405 tmp139__ |= (pSrc->aggregation << 9); in dot11f_pack_ie_tspec()
24406 tmp139__ |= (pSrc->psb << 10); in dot11f_pack_ie_tspec()
24407 tmp139__ |= (pSrc->user_priority << 11); in dot11f_pack_ie_tspec()
24408 tmp139__ |= (pSrc->tsinfo_ack_pol << 14); in dot11f_pack_ie_tspec()
[all …]