Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.cpp549 out_band_info->max_tx_streams = std::max(out_band_info->max_tx_streams, in ParseHtMcsSetAttribute()
565 uint32_t max_tx_streams = max_rx_streams; in ParseHtMcsSet() local
572 max_tx_streams = max_nss_tx_field_value + 1; in ParseHtMcsSet()
575 return std::make_pair(max_tx_streams, max_rx_streams); in ParseHtMcsSet()
592 out_band_info->max_tx_streams = std::max(out_band_info->max_tx_streams, in ParseVhtMcsSetAttribute()
615 out_band_info->max_tx_streams = std::max(out_band_info->max_tx_streams, in ParseHeMcsSetAttribute()
Dnetlink_utils.h59 max_tx_streams(1), in BandInfo()
80 uint32_t max_tx_streams; member
/system/connectivity/wificond/
Dserver.cpp346 capabilities->get()->maxTxStreams_ = band_info.max_tx_streams; in getDeviceWiphyCapabilities()
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp340 EXPECT_EQ(band_info.max_tx_streams, kMaxTxStreams); in VerifyBandInfo()