Searched refs:tmp103__ (Results 1 – 1 of 1) sorted by relevance
10364 uint16_t tmp103__; in dot11f_unpack_ie_he_op() local10377 framesntohs(pCtx, &tmp103__, pBuf, 0); in dot11f_unpack_ie_he_op()10380 pDst->default_pe = tmp103__ >> 0 & 0x7; in dot11f_unpack_ie_he_op()10381 pDst->twt_required = tmp103__ >> 3 & 0x1; in dot11f_unpack_ie_he_op()10382 pDst->txop_rts_threshold = tmp103__ >> 4 & 0x3ff; in dot11f_unpack_ie_he_op()10383 pDst->vht_oper_present = tmp103__ >> 14 & 0x1; in dot11f_unpack_ie_he_op()10384 pDst->co_located_bss = tmp103__ >> 15 & 0x1; in dot11f_unpack_ie_he_op()