Searched refs:wiphy_bands (Results 1 – 3 of 3) sorted by relevance
/system/connectivity/apmanager/ |
D | device_unittest.cc | 81 void AddWiphyBandAttribute(shill::AttributeListRefPtr wiphy_bands, in AddWiphyBandAttribute() argument 88 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() 236 shill::AttributeListRefPtr wiphy_bands; in TEST_F() local 238 NL80211_ATTR_WIPHY_BANDS, &wiphy_bands); in TEST_F() 251 wiphy_bands, "2.4GHz band", 0, band_24ghz_freq_list, in TEST_F() 268 wiphy_bands, "5GHz band", 1, band_5ghz_freq_list, kBand5GHzHTCapMask); in TEST_F()
|
D | device.cc | 85 shill::AttributeListConstRefPtr wiphy_bands; in ParseWiphyCapability() local 87 NL80211_ATTR_WIPHY_BANDS, &wiphy_bands)) { in ParseWiphyCapability() 92 shill::AttributeIdIterator band_iter(*wiphy_bands); in ParseWiphyCapability() 97 if (!wiphy_bands->ConstGetNestedAttributeList(band_iter.GetId(), in ParseWiphyCapability()
|
/system/connectivity/shill/wifi/ |
D | wifi.cc | 2413 AttributeListConstRefPtr wiphy_bands; in OnNewWiphy() local 2415 NL80211_ATTR_WIPHY_BANDS, &wiphy_bands)) { in OnNewWiphy() 2420 AttributeIdIterator band_iter(*wiphy_bands); in OnNewWiphy() 2423 if (!wiphy_bands->ConstGetNestedAttributeList(band_iter.GetId(), in OnNewWiphy()
|