Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnl80211_attribute.cpp94 bool BaseNL80211Attr::Merge(const BaseNL80211Attr& other_attr) { in Merge() argument
95 if (!other_attr.IsValid()) { in Merge()
99 if (GetAttributeId() != other_attr.GetAttributeId()) { in Merge()
107 reinterpret_cast<const nlattr*>(other_attr.GetConstData().data()); in Merge()