Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c9480 uint32_t tmp91__; in dot11f_unpack_ie_eht_cap() local
9615 framesntohl(pCtx, &tmp91__, pBuf, 0); in dot11f_unpack_ie_eht_cap()
9618 pDst->bw_160_rx_max_nss_for_mcs_10_and_11 = tmp91__ >> 0 & 0xf; in dot11f_unpack_ie_eht_cap()
9619 pDst->bw_160_tx_max_nss_for_mcs_10_and_11 = tmp91__ >> 4 & 0xf; in dot11f_unpack_ie_eht_cap()
9620 pDst->bw_160_rx_max_nss_for_mcs_12_and_13 = tmp91__ >> 8 & 0xf; in dot11f_unpack_ie_eht_cap()
9621 pDst->bw_160_tx_max_nss_for_mcs_12_and_13 = tmp91__ >> 12 & 0xf; in dot11f_unpack_ie_eht_cap()
9622 pDst->bw_320_rx_max_nss_for_mcs_0_to_9 = tmp91__ >> 16 & 0xf; in dot11f_unpack_ie_eht_cap()
9623 pDst->bw_320_tx_max_nss_for_mcs_0_to_9 = tmp91__ >> 20 & 0xf; in dot11f_unpack_ie_eht_cap()
9624 pDst->bw_320_rx_max_nss_for_mcs_10_and_11 = tmp91__ >> 24 & 0xf; in dot11f_unpack_ie_eht_cap()
9625 pDst->bw_320_tx_max_nss_for_mcs_10_and_11 = tmp91__ >> 28 & 0xf; in dot11f_unpack_ie_eht_cap()