Searched refs:tmp48__ (Results 1 – 1 of 1) sorted by relevance
4690 uint8_t tmp48__; in dot11f_unpack_ie_erp_info() local4700 tmp48__ = *pBuf; in dot11f_unpack_ie_erp_info()4701 pDst->non_erp_present = tmp48__ >> 0 & 0x1; in dot11f_unpack_ie_erp_info()4702 pDst->use_prot = tmp48__ >> 1 & 0x1; in dot11f_unpack_ie_erp_info()4703 pDst->barker_preamble = tmp48__ >> 2 & 0x1; in dot11f_unpack_ie_erp_info()4704 pDst->unused = tmp48__ >> 3 & 0x1f; in dot11f_unpack_ie_erp_info()