Searched refs:tmp1__ (Results 1 – 1 of 1) sorted by relevance
607 uint8_t tmp1__; in dot11f_unpack_ff_operating_mode() local608 tmp1__ = *pBuf; in dot11f_unpack_ff_operating_mode()609 pDst->chanWidth = tmp1__ >> 0 & 0x3; in dot11f_unpack_ff_operating_mode()610 pDst->reserved = tmp1__ >> 2 & 0x3; in dot11f_unpack_ff_operating_mode()611 pDst->rxNSS = tmp1__ >> 4 & 0x7; in dot11f_unpack_ff_operating_mode()612 pDst->rxNSSType = tmp1__ >> 7 & 0x1; in dot11f_unpack_ff_operating_mode()