Searched refs:tmp111__ (Results 1 – 1 of 1) sorted by relevance
10684 uint8_t tmp111__; in dot11f_unpack_ie_mu_edca_param_set() local10737 tmp111__ = *pBuf; in dot11f_unpack_ie_mu_edca_param_set()10740 pDst->acbk_aifsn = tmp111__ >> 0 & 0xf; in dot11f_unpack_ie_mu_edca_param_set()10741 pDst->acbk_acm = tmp111__ >> 4 & 0x1; in dot11f_unpack_ie_mu_edca_param_set()10742 pDst->acbk_aci = tmp111__ >> 5 & 0x3; in dot11f_unpack_ie_mu_edca_param_set()10743 pDst->unused2 = tmp111__ >> 7 & 0x1; in dot11f_unpack_ie_mu_edca_param_set()