Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_attribute.h714 class Nl80211AttributeKeySeq : public NetlinkRawAttribute {
718 Nl80211AttributeKeySeq() : NetlinkRawAttribute(kName, kNameString) {} in Nl80211AttributeKeySeq() function
721 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeKeySeq);
Dnl80211_attribute.cc481 const int Nl80211AttributeKeySeq::kName = NL80211_ATTR_KEY_SEQ;
482 const char Nl80211AttributeKeySeq::kNameString[] = "NL80211_ATTR_KEY_SEQ";
Dnetlink_attribute.cc105 attr.reset(new Nl80211AttributeKeySeq()); in NewNl80211AttributeFromId()