Searched refs:max_rx_streams (Results 1 – 4 of 4) sorted by relevance
551 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseHtMcsSetAttribute()557 uint32_t max_rx_streams = 1; in ParseHtMcsSet() local560 max_rx_streams = i; in ParseHtMcsSet()565 uint32_t max_tx_streams = max_rx_streams; in ParseHtMcsSet()575 return std::make_pair(max_tx_streams, max_rx_streams); in ParseHtMcsSet()594 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseVhtMcsSetAttribute()617 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseHeMcsSetAttribute()
60 max_rx_streams(1) {}; in BandInfo()82 uint32_t max_rx_streams; member
347 capabilities->get()->maxRxStreams_ = band_info.max_rx_streams; in getDeviceWiphyCapabilities()
341 EXPECT_EQ(band_info.max_rx_streams, kMaxRxStreams); in VerifyBandInfo()