Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_attribute.h53 class Nl80211AttributeMaxMatchSets : public NetlinkU8Attribute {
57 Nl80211AttributeMaxMatchSets() : NetlinkU8Attribute(kName, kNameString) {} in Nl80211AttributeMaxMatchSets() function
60 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeMaxMatchSets);
Dnl80211_attribute.cc514 const int Nl80211AttributeMaxMatchSets::kName = NL80211_ATTR_MAX_MATCH_SETS;
515 const char Nl80211AttributeMaxMatchSets::kNameString[] =
Dnetlink_attribute.cc114 attr.reset(new Nl80211AttributeMaxMatchSets()); in NewNl80211AttributeFromId()