Searched refs:Nl80211AttributeKeySeq (Results 1 – 3 of 3) sorted by relevance
714 class Nl80211AttributeKeySeq : public NetlinkRawAttribute {718 Nl80211AttributeKeySeq() : NetlinkRawAttribute(kName, kNameString) {} in Nl80211AttributeKeySeq() function721 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeKeySeq);
481 const int Nl80211AttributeKeySeq::kName = NL80211_ATTR_KEY_SEQ;482 const char Nl80211AttributeKeySeq::kNameString[] = "NL80211_ATTR_KEY_SEQ";
105 attr.reset(new Nl80211AttributeKeySeq()); in NewNl80211AttributeFromId()