Searched refs:tmp58__ (Results 1 – 1 of 1) sorted by relevance
5314 uint16_t tmp58__; in dot11f_unpack_ie_ht_info() local5359 framesntohs(pCtx, &tmp58__, pBuf, 0); in dot11f_unpack_ie_ht_info()5362 pDst->basicSTBCMCS = tmp58__ >> 0 & 0x7f; in dot11f_unpack_ie_ht_info()5363 pDst->dualCTSProtection = tmp58__ >> 7 & 0x1; in dot11f_unpack_ie_ht_info()5364 pDst->secondaryBeacon = tmp58__ >> 8 & 0x1; in dot11f_unpack_ie_ht_info()5365 pDst->lsigTXOPProtectionFullSupport = tmp58__ >> 9 & 0x1; in dot11f_unpack_ie_ht_info()5366 pDst->pcoActive = tmp58__ >> 10 & 0x1; in dot11f_unpack_ie_ht_info()5367 pDst->pcoPhase = tmp58__ >> 11 & 0x1; in dot11f_unpack_ie_ht_info()5368 pDst->reserved2 = tmp58__ >> 12 & 0xf; in dot11f_unpack_ie_ht_info()