Searched refs:Nl80211AttributeCookie (Results 1 – 3 of 3) sorted by relevance
410 class Nl80211AttributeCookie : public NetlinkU64Attribute {414 Nl80211AttributeCookie() : NetlinkU64Attribute(kName, kNameString) {} in Nl80211AttributeCookie() function417 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeCookie);
37 const int Nl80211AttributeCookie::kName = NL80211_ATTR_COOKIE;38 const char Nl80211AttributeCookie::kNameString[] = "NL80211_ATTR_COOKIE";
66 attr.reset(new Nl80211AttributeCookie()); in NewNl80211AttributeFromId()