Searched refs:Nl80211AttributeCenterFreq1 (Results 1 – 3 of 3) sorted by relevance
377 class Nl80211AttributeCenterFreq1 : public NetlinkU32Attribute {381 Nl80211AttributeCenterFreq1() : NetlinkU32Attribute(kName, kNameString) {} in Nl80211AttributeCenterFreq1() function384 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeCenterFreq1);
886 const int Nl80211AttributeCenterFreq1::kName = NL80211_ATTR_CENTER_FREQ1;887 const char Nl80211AttributeCenterFreq1::kNameString[] =
225 attr.reset(new Nl80211AttributeCenterFreq1()); in NewNl80211AttributeFromId()