Searched refs:max_tx_streams (Results 1 – 4 of 4) sorted by relevance
549 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() local572 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()
59 max_tx_streams(1), in BandInfo()80 uint32_t max_tx_streams; member
346 capabilities->get()->maxTxStreams_ = band_info.max_tx_streams; in getDeviceWiphyCapabilities()
340 EXPECT_EQ(band_info.max_tx_streams, kMaxTxStreams); in VerifyBandInfo()