Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c9477 uint8_t tmp88__; in dot11f_unpack_ie_eht_cap() local
9569 tmp88__ = *pBuf; in dot11f_unpack_ie_eht_cap()
9572 pDst->rx_1k_qam_in_wider_bw_dl_ofdma = tmp88__ >> 0 & 0x1; in dot11f_unpack_ie_eht_cap()
9573 pDst->rx_4k_qam_in_wider_bw_dl_ofdma = tmp88__ >> 1 & 0x1; in dot11f_unpack_ie_eht_cap()
9574 pDst->limited_cap_support_20mhz = tmp88__ >> 2 & 0x1; in dot11f_unpack_ie_eht_cap()
9575 pDst->triggered_mu_bf_full_bw_fb_and_dl_mumimo = tmp88__ >> 3 & 0x1; in dot11f_unpack_ie_eht_cap()
9576 pDst->mru_support_20mhz = tmp88__ >> 4 & 0x1; in dot11f_unpack_ie_eht_cap()
9577 pDst->reserved3 = tmp88__ >> 5 & 0x7; in dot11f_unpack_ie_eht_cap()