Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c9475 uint32_t tmp86__; in dot11f_unpack_ie_eht_cap() local
9512 framesntohl(pCtx, &tmp86__, pBuf, 0); in dot11f_unpack_ie_eht_cap()
9515 pDst->reserved2 = tmp86__ >> 0 & 0x1; in dot11f_unpack_ie_eht_cap()
9516 pDst->support_320mhz_6ghz = tmp86__ >> 1 & 0x1; in dot11f_unpack_ie_eht_cap()
9517 pDst->ru_242tone_wt_20mhz = tmp86__ >> 2 & 0x1; in dot11f_unpack_ie_eht_cap()
9518 pDst->ndp_4x_eht_ltf_3dot2_us_gi = tmp86__ >> 3 & 0x1; in dot11f_unpack_ie_eht_cap()
9519 pDst->partial_bw_mu_mimo = tmp86__ >> 4 & 0x1; in dot11f_unpack_ie_eht_cap()
9520 pDst->su_beamformer = tmp86__ >> 5 & 0x1; in dot11f_unpack_ie_eht_cap()
9521 pDst->su_beamformee = tmp86__ >> 6 & 0x1; in dot11f_unpack_ie_eht_cap()
9522 pDst->bfee_ss_le_80mhz = tmp86__ >> 7 & 0x7; in dot11f_unpack_ie_eht_cap()
[all …]