Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c9479 uint32_t tmp90__; in dot11f_unpack_ie_eht_cap() local
9599 framesntohl(pCtx, &tmp90__, pBuf, 0); in dot11f_unpack_ie_eht_cap()
9602 pDst->bw_le_80_rx_max_nss_for_mcs_0_to_9 = tmp90__ >> 0 & 0xf; in dot11f_unpack_ie_eht_cap()
9603 pDst->bw_le_80_tx_max_nss_for_mcs_0_to_9 = tmp90__ >> 4 & 0xf; in dot11f_unpack_ie_eht_cap()
9604 pDst->bw_le_80_rx_max_nss_for_mcs_10_and_11 = tmp90__ >> 8 & 0xf; in dot11f_unpack_ie_eht_cap()
9605 pDst->bw_le_80_tx_max_nss_for_mcs_10_and_11 = tmp90__ >> 12 & 0xf; in dot11f_unpack_ie_eht_cap()
9606 pDst->bw_le_80_rx_max_nss_for_mcs_12_and_13 = tmp90__ >> 16 & 0xf; in dot11f_unpack_ie_eht_cap()
9607 pDst->bw_le_80_tx_max_nss_for_mcs_12_and_13 = tmp90__ >> 20 & 0xf; in dot11f_unpack_ie_eht_cap()
9608 pDst->bw_160_rx_max_nss_for_mcs_0_to_9 = tmp90__ >> 24 & 0xf; in dot11f_unpack_ie_eht_cap()
9609 pDst->bw_160_tx_max_nss_for_mcs_0_to_9 = tmp90__ >> 28 & 0xf; in dot11f_unpack_ie_eht_cap()