Searched refs:band_id (Results 1 – 1 of 1) sorted by relevance
83 int band_id, in AddWiphyBandAttribute() argument88 wiphy_bands->CreateNestedAttribute(band_id, band_name.c_str()); in AddWiphyBandAttribute()89 wiphy_bands->GetNestedAttributeList(band_id, &wiphy_band); in AddWiphyBandAttribute()115 wiphy_bands->SetNestedAttributeHasAValue(band_id); in AddWiphyBandAttribute()126 void VerifyFrequencyList(int band_id, std::vector<uint32_t> frequency_list) { in VerifyFrequencyList() argument127 EXPECT_EQ(frequency_list, device_->band_capability_[band_id].frequencies); in VerifyFrequencyList()