Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c3731 uint8_t tmp33__; in dot11f_unpack_ie_bw_indication() local
3752 tmp33__ = *pBuf; in dot11f_unpack_ie_bw_indication()
3755 pDst->channel_width = tmp33__ >> 0 & 0x7; in dot11f_unpack_ie_bw_indication()
3756 pDst->reserved_2 = tmp33__ >> 3 & 0x1f; in dot11f_unpack_ie_bw_indication()