Home
last modified time | relevance | path

Searched refs:wiphy_band (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/apmanager/
Ddevice_unittest.cc87 shill::AttributeListRefPtr wiphy_band; in AddWiphyBandAttribute() local
89 wiphy_bands->GetNestedAttributeList(band_id, &wiphy_band); in AddWiphyBandAttribute()
92 wiphy_band->CreateNestedAttribute(NL80211_BAND_ATTR_FREQS, in AddWiphyBandAttribute()
94 wiphy_band->GetNestedAttributeList(NL80211_BAND_ATTR_FREQS, in AddWiphyBandAttribute()
108 wiphy_band->SetNestedAttributeHasAValue(NL80211_BAND_ATTR_FREQS); in AddWiphyBandAttribute()
111 wiphy_band->CreateU16Attribute(NL80211_BAND_ATTR_HT_CAPA, in AddWiphyBandAttribute()
113 wiphy_band->SetU16AttributeValue(NL80211_BAND_ATTR_HT_CAPA, ht_cap_mask); in AddWiphyBandAttribute()
Ddevice.cc96 shill::AttributeListConstRefPtr wiphy_band; in ParseWiphyCapability() local
98 &wiphy_band)) { in ParseWiphyCapability()
105 if (!wiphy_band->ConstGetNestedAttributeList(NL80211_BAND_ATTR_FREQS, in ParseWiphyCapability()
128 wiphy_band->GetU16AttributeValue(NL80211_BAND_ATTR_HT_CAPA, in ParseWiphyCapability()
130 wiphy_band->GetU16AttributeValue(NL80211_BAND_ATTR_VHT_CAPA, in ParseWiphyCapability()
/system/connectivity/shill/wifi/
Dwifi.cc2422 AttributeListConstRefPtr wiphy_band; in OnNewWiphy() local
2424 &wiphy_band)) { in OnNewWiphy()
2431 if (!wiphy_band->ConstGetNestedAttributeList(NL80211_BAND_ATTR_FREQS, in OnNewWiphy()