Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c8441 uint8_t tmp73__; in dot11f_unpack_ie_wmm_info_station() local
8459 tmp73__ = *pBuf; in dot11f_unpack_ie_wmm_info_station()
8460 pDst->acvo_uapsd = tmp73__ >> 0 & 0x1; in dot11f_unpack_ie_wmm_info_station()
8461 pDst->acvi_uapsd = tmp73__ >> 1 & 0x1; in dot11f_unpack_ie_wmm_info_station()
8462 pDst->acbk_uapsd = tmp73__ >> 2 & 0x1; in dot11f_unpack_ie_wmm_info_station()
8463 pDst->acbe_uapsd = tmp73__ >> 3 & 0x1; in dot11f_unpack_ie_wmm_info_station()
8464 pDst->reserved1 = tmp73__ >> 4 & 0x1; in dot11f_unpack_ie_wmm_info_station()
8465 pDst->max_sp_length = tmp73__ >> 5 & 0x3; in dot11f_unpack_ie_wmm_info_station()
8466 pDst->reserved2 = tmp73__ >> 7 & 0x1; in dot11f_unpack_ie_wmm_info_station()