Searched refs:max_rx_streams (Results 1 – 4 of 4) sorted by relevance
559 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseHtMcsSetAttribute()565 uint32_t max_rx_streams = 1; in ParseHtMcsSet() local568 max_rx_streams = i; in ParseHtMcsSet()573 uint32_t max_tx_streams = max_rx_streams; in ParseHtMcsSet()583 return std::make_pair(max_tx_streams, max_rx_streams); in ParseHtMcsSet()602 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseVhtMcsSetAttribute()625 out_band_info->max_rx_streams = std::max(out_band_info->max_rx_streams, in ParseHeMcsSetAttribute()
64 max_rx_streams(1) {}; in BandInfo()88 uint32_t max_rx_streams; member
450 capabilities->value().maxRxStreams_ = band_info.max_rx_streams; in getDeviceWiphyCapabilities()
341 EXPECT_EQ(band_info.max_rx_streams, kMaxRxStreams); in VerifyBandInfo()