Lines Matching refs:BaseNL80211Attr
35 BaseNL80211Attr::BaseNL80211Attr(int id, in BaseNL80211Attr() function in android::wificond::BaseNL80211Attr
42 void BaseNL80211Attr::InitHeaderAndResize(int attribute_id, in InitHeaderAndResize()
50 int BaseNL80211Attr::GetAttributeId() const { in GetAttributeId()
55 bool BaseNL80211Attr::IsValid() const { in IsValid()
63 const vector<uint8_t>& BaseNL80211Attr::GetConstData() const { in GetConstData()
67 bool BaseNL80211Attr::GetAttributeImpl(const uint8_t* buf, in GetAttributeImpl()
94 bool BaseNL80211Attr::Merge(const BaseNL80211Attr& other_attr) { in Merge()
129 const vector<uint8_t>& raw_buffer) : BaseNL80211Attr(id, raw_buffer) { in NL80211Attr()
180 void NL80211NestedAttr::AddAttribute(const BaseNL80211Attr& attribute) { in AddAttribute()
203 return BaseNL80211Attr::GetAttributeImpl(data_.data() + NLA_HDRLEN, in HasAttribute()
212 if (!BaseNL80211Attr::GetAttributeImpl(data_.data() + NLA_HDRLEN, in GetAttribute()