Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c9478 uint32_t tmp89__; in dot11f_unpack_ie_eht_cap() local
9583 framesntohl(pCtx, &tmp89__, pBuf, 0); in dot11f_unpack_ie_eht_cap()
9586 pDst->bw_20_rx_max_nss_for_mcs_0_to_7 = tmp89__ >> 0 & 0xf; in dot11f_unpack_ie_eht_cap()
9587 pDst->bw_20_tx_max_nss_for_mcs_0_to_7 = tmp89__ >> 4 & 0xf; in dot11f_unpack_ie_eht_cap()
9588 pDst->bw_20_rx_max_nss_for_mcs_8_and_9 = tmp89__ >> 8 & 0xf; in dot11f_unpack_ie_eht_cap()
9589 pDst->bw_20_tx_max_nss_for_mcs_8_and_9 = tmp89__ >> 12 & 0xf; in dot11f_unpack_ie_eht_cap()
9590 pDst->bw_20_rx_max_nss_for_mcs_10_and_11 = tmp89__ >> 16 & 0xf; in dot11f_unpack_ie_eht_cap()
9591 pDst->bw_20_tx_max_nss_for_mcs_10_and_11 = tmp89__ >> 20 & 0xf; in dot11f_unpack_ie_eht_cap()
9592 pDst->bw_20_rx_max_nss_for_mcs_12_and_13 = tmp89__ >> 24 & 0xf; in dot11f_unpack_ie_eht_cap()
9593 pDst->bw_20_tx_max_nss_for_mcs_12_and_13 = tmp89__ >> 28 & 0xf; in dot11f_unpack_ie_eht_cap()