Searched refs:tmp57__ (Results 1 – 1 of 1) sorted by relevance
5313 uint16_t tmp57__; in dot11f_unpack_ie_ht_info() local5345 framesntohs(pCtx, &tmp57__, pBuf, 0); in dot11f_unpack_ie_ht_info()5348 pDst->opMode = tmp57__ >> 0 & 0x3; in dot11f_unpack_ie_ht_info()5349 pDst->nonGFDevicesPresent = tmp57__ >> 2 & 0x1; in dot11f_unpack_ie_ht_info()5350 pDst->transmitBurstLimit = tmp57__ >> 3 & 0x1; in dot11f_unpack_ie_ht_info()5351 pDst->obssNonHTStaPresent = tmp57__ >> 4 & 0x1; in dot11f_unpack_ie_ht_info()5352 pDst->chan_center_freq_seg2 = tmp57__ >> 5 & 0xff; in dot11f_unpack_ie_ht_info()5353 pDst->reserved = tmp57__ >> 13 & 0x7; in dot11f_unpack_ie_ht_info()