Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c9664 uint32_t tmp94__; in dot11f_unpack_ie_eht_op() local
9689 framesntohl(pCtx, &tmp94__, pBuf, 0); in dot11f_unpack_ie_eht_op()
9692 pDst->basic_rx_max_nss_for_mcs_0_to_7 = tmp94__ >> 0 & 0xf; in dot11f_unpack_ie_eht_op()
9693 pDst->basic_tx_max_nss_for_mcs_0_to_7 = tmp94__ >> 4 & 0xf; in dot11f_unpack_ie_eht_op()
9694 pDst->basic_rx_max_nss_for_mcs_8_and_9 = tmp94__ >> 8 & 0xf; in dot11f_unpack_ie_eht_op()
9695 pDst->basic_tx_max_nss_for_mcs_8_and_9 = tmp94__ >> 12 & 0xf; in dot11f_unpack_ie_eht_op()
9696 pDst->basic_rx_max_nss_for_mcs_10_and_11 = tmp94__ >> 16 & 0xf; in dot11f_unpack_ie_eht_op()
9697 pDst->basic_tx_max_nss_for_mcs_10_and_11 = tmp94__ >> 20 & 0xf; in dot11f_unpack_ie_eht_op()
9698 pDst->basic_rx_max_nss_for_mcs_12_and_13 = tmp94__ >> 24 & 0xf; in dot11f_unpack_ie_eht_op()
9699 pDst->basic_tx_max_nss_for_mcs_12_and_13 = tmp94__ >> 28 & 0xf; in dot11f_unpack_ie_eht_op()