Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c3730 uint8_t tmp32__; in dot11f_unpack_ie_bw_indication() local
3741 tmp32__ = *pBuf; in dot11f_unpack_ie_bw_indication()
3744 pDst->reserved = tmp32__ >> 0 & 0x1; in dot11f_unpack_ie_bw_indication()
3745 pDst->disabled_sub_chan_bitmap_present = tmp32__ >> 1 & 0x1; in dot11f_unpack_ie_bw_indication()
3746 pDst->reserved_1 = tmp32__ >> 2 & 0x3f; in dot11f_unpack_ie_bw_indication()