Searched refs:max_rx_streams (Results 1 – 4 of 4) sorted by relevance
587 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseHtMcsSetAttribute()593 uint32_t max_rx_streams = 1; in ParseHtMcsSet() local596 max_rx_streams = i; in ParseHtMcsSet()601 uint32_t max_tx_streams = max_rx_streams; in ParseHtMcsSet()611 return std::make_pair(max_tx_streams, max_rx_streams); in ParseHtMcsSet()630 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseVhtMcsSetAttribute()653 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
454 capabilities->value().maxRxStreams_ = band_info.max_rx_streams; in getDeviceWiphyCapabilities()
341 EXPECT_EQ(band_info.max_rx_streams, kMaxRxStreams); in VerifyBandInfo()