Lines Matching refs:NL80211NestedAttr
172 NL80211NestedAttr::NL80211NestedAttr(int id) { in NL80211NestedAttr() function in android::wificond::NL80211NestedAttr
176 NL80211NestedAttr::NL80211NestedAttr(const vector<uint8_t>& data) { in NL80211NestedAttr() function in android::wificond::NL80211NestedAttr
180 void NL80211NestedAttr::AddAttribute(const BaseNL80211Attr& attribute) { in AddAttribute()
190 void NL80211NestedAttr::AddFlagAttribute(int attribute_id) { in AddFlagAttribute()
202 bool NL80211NestedAttr::HasAttribute(int id) const { in HasAttribute()
208 bool NL80211NestedAttr::GetAttribute(int id, in GetAttribute()
209 NL80211NestedAttr* attribute) const { in GetAttribute()
219 *attribute = NL80211NestedAttr(vector<uint8_t>(start, end)); in GetAttribute()
226 bool NL80211NestedAttr::GetListOfNestedAttributes( in GetListOfNestedAttributes()
227 vector<NL80211NestedAttr>* value) const { in GetListOfNestedAttributes()
230 vector<NL80211NestedAttr> nested_attr_list; in GetListOfNestedAttributes()
238 NL80211NestedAttr(vector<uint8_t>(ptr, in GetListOfNestedAttributes()
250 void NL80211NestedAttr::DebugLog() const { in DebugLog()