Searched refs:Nl80211AttributeMaxMatchSets (Results 1 – 3 of 3) sorted by relevance
53 class Nl80211AttributeMaxMatchSets : public NetlinkU8Attribute {57 Nl80211AttributeMaxMatchSets() : NetlinkU8Attribute(kName, kNameString) {} in Nl80211AttributeMaxMatchSets() function60 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeMaxMatchSets);
514 const int Nl80211AttributeMaxMatchSets::kName = NL80211_ATTR_MAX_MATCH_SETS;515 const char Nl80211AttributeMaxMatchSets::kNameString[] =
114 attr.reset(new Nl80211AttributeMaxMatchSets()); in NewNl80211AttributeFromId()