Searched refs:tmp99__ (Results 1 – 1 of 1) sorted by relevance
10120 uint16_t tmp99__; in dot11f_unpack_ie_he_cap() local10164 framesntohs(pCtx, &tmp99__, pBuf, 0); in dot11f_unpack_ie_he_cap()10167 pDst->bsrp_ampdu_aggr = tmp99__ >> 0 & 0x1; in dot11f_unpack_ie_he_cap()10168 pDst->qtp = tmp99__ >> 1 & 0x1; in dot11f_unpack_ie_he_cap()10169 pDst->a_bqr = tmp99__ >> 2 & 0x1; in dot11f_unpack_ie_he_cap()10170 pDst->spatial_reuse_param_rspder = tmp99__ >> 3 & 0x1; in dot11f_unpack_ie_he_cap()10171 pDst->ndp_feedback_supp = tmp99__ >> 4 & 0x1; in dot11f_unpack_ie_he_cap()10172 pDst->ops_supp = tmp99__ >> 5 & 0x1; in dot11f_unpack_ie_he_cap()10173 pDst->amsdu_in_ampdu = tmp99__ >> 6 & 0x1; in dot11f_unpack_ie_he_cap()10174 pDst->multi_tid_aggr_tx_supp = tmp99__ >> 7 & 0x7; in dot11f_unpack_ie_he_cap()[all …]