Lines Matching refs:band
476 for (auto& band : bands) { in ParseBandInfo() local
478 if (band.GetAttribute(NL80211_BAND_ATTR_FREQS, &freqs_attr)) { in ParseBandInfo()
481 if (band.HasAttribute(NL80211_BAND_ATTR_HT_CAPA)) { in ParseBandInfo()
484 if (band.HasAttribute(NL80211_BAND_ATTR_VHT_CAPA)) { in ParseBandInfo()
489 if (band.GetAttribute(NL80211_BAND_ATTR_IFTYPE_DATA, in ParseBandInfo()
493 ParseHtVhtPhyCapabilities(band, out_band_info); in ParseBandInfo()
578 void NetlinkUtils::ParseHtVhtPhyCapabilities(const NL80211NestedAttr& band, in ParseHtVhtPhyCapabilities() argument
580 ParseHtMcsSetAttribute(band, out_band_info); in ParseHtVhtPhyCapabilities()
581 ParseVhtMcsSetAttribute(band, out_band_info); in ParseHtVhtPhyCapabilities()
582 ParseVhtCapAttribute(band, out_band_info); in ParseHtVhtPhyCapabilities()
585 void NetlinkUtils::ParseHtMcsSetAttribute(const NL80211NestedAttr& band, in ParseHtMcsSetAttribute() argument
588 if (!band.GetAttributeValue(NL80211_BAND_ATTR_HT_MCS_SET, &ht_mcs_set)) { in ParseHtMcsSetAttribute()
625 void NetlinkUtils::ParseVhtMcsSetAttribute(const NL80211NestedAttr& band, in ParseVhtMcsSetAttribute() argument
628 if (!band.GetAttributeValue(NL80211_BAND_ATTR_VHT_MCS_SET, &vht_mcs_set)) { in ParseVhtMcsSetAttribute()
682 void NetlinkUtils::ParseVhtCapAttribute(const NL80211NestedAttr& band, in ParseVhtCapAttribute() argument
685 if (!band.GetAttributeValue(NL80211_BAND_ATTR_VHT_CAPA, &vht_cap)) { in ParseVhtCapAttribute()