Searched refs:max_rx_streams (Results 1 – 4 of 4) sorted by relevance
598 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseHtMcsSetAttribute()604 uint32_t max_rx_streams = 1; in ParseHtMcsSet() local607 max_rx_streams = i; in ParseHtMcsSet()612 uint32_t max_tx_streams = max_rx_streams; in ParseHtMcsSet()622 return std::make_pair(max_tx_streams, max_rx_streams); in ParseHtMcsSet()641 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseVhtMcsSetAttribute()664 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseHeMcsSetAttribute()
66 max_rx_streams(1) {}; in BandInfo()94 uint32_t max_rx_streams; member
463 capabilities->value().maxRxStreams_ = band_info.max_rx_streams; in getDeviceWiphyCapabilities()
342 EXPECT_EQ(band_info.max_rx_streams, kMaxRxStreams); in VerifyBandInfo()