Home
last modified time | relevance | path

Searched refs:tmp98__ (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c10119 uint32_t tmp98__; in dot11f_unpack_ie_he_cap() local
10133 framesntohl(pCtx, &tmp98__, pBuf, 0); in dot11f_unpack_ie_he_cap()
10136 pDst->htc_he = tmp98__ >> 0 & 0x1; in dot11f_unpack_ie_he_cap()
10137 pDst->twt_request = tmp98__ >> 1 & 0x1; in dot11f_unpack_ie_he_cap()
10138 pDst->twt_responder = tmp98__ >> 2 & 0x1; in dot11f_unpack_ie_he_cap()
10139 pDst->fragmentation = tmp98__ >> 3 & 0x3; in dot11f_unpack_ie_he_cap()
10140 pDst->max_num_frag_msdu_amsdu_exp = tmp98__ >> 5 & 0x7; in dot11f_unpack_ie_he_cap()
10141 pDst->min_frag_size = tmp98__ >> 8 & 0x3; in dot11f_unpack_ie_he_cap()
10142 pDst->trigger_frm_mac_pad = tmp98__ >> 10 & 0x3; in dot11f_unpack_ie_he_cap()
10143 pDst->multi_tid_aggr_rx_supp = tmp98__ >> 12 & 0x7; in dot11f_unpack_ie_he_cap()
[all …]