Searched refs:wiphy_band (Results 1 – 3 of 3) sorted by relevance
87 shill::AttributeListRefPtr wiphy_band; in AddWiphyBandAttribute() local89 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()
96 shill::AttributeListConstRefPtr wiphy_band; in ParseWiphyCapability() local98 &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()
2422 AttributeListConstRefPtr wiphy_band; in OnNewWiphy() local2424 &wiphy_band)) { in OnNewWiphy()2431 if (!wiphy_band->ConstGetNestedAttributeList(NL80211_BAND_ATTR_FREQS, in OnNewWiphy()