Home
last modified time | relevance | path

Searched refs:band_iter (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/apmanager/
Ddevice.cc92 shill::AttributeIdIterator band_iter(*wiphy_bands); in ParseWiphyCapability() local
93 for (; !band_iter.AtEnd(); band_iter.Advance()) { in ParseWiphyCapability()
97 if (!wiphy_bands->ConstGetNestedAttributeList(band_iter.GetId(), in ParseWiphyCapability()
99 LOG(WARNING) << "WiFi band " << band_iter.GetId() << " not found"; in ParseWiphyCapability()
107 LOG(ERROR) << "BAND " << band_iter.GetId() in ParseWiphyCapability()
/system/connectivity/shill/wifi/
Dwifi.cc2420 AttributeIdIterator band_iter(*wiphy_bands); in OnNewWiphy() local
2421 for (; !band_iter.AtEnd(); band_iter.Advance()) { in OnNewWiphy()
2423 if (!wiphy_bands->ConstGetNestedAttributeList(band_iter.GetId(), in OnNewWiphy()
2425 LOG(WARNING) << "WiFi band " << band_iter.GetId() << " not found"; in OnNewWiphy()
2433 LOG(ERROR) << "BAND " << band_iter.GetId() in OnNewWiphy()