Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp574 uint8_t supported_tx_mcs_set = ht_mcs_set[12]; in ParseHtMcsSet() local
575 uint8_t tx_mcs_set_defined = supported_tx_mcs_set & 0x1; in ParseHtMcsSet()
576 uint8_t tx_rx_mcs_set_not_equal = (supported_tx_mcs_set >> 1) & 0x1; in ParseHtMcsSet()
578 uint8_t max_nss_tx_field_value = (supported_tx_mcs_set >> 2) & 0x3; in ParseHtMcsSet()