Searched refs:Nl80211AttributeCenterFreq2 (Results 1 – 3 of 3) sorted by relevance
387 class Nl80211AttributeCenterFreq2 : public NetlinkU32Attribute {391 Nl80211AttributeCenterFreq2() : NetlinkU32Attribute(kName, kNameString) {} in Nl80211AttributeCenterFreq2() function394 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeCenterFreq2);
890 const int Nl80211AttributeCenterFreq2::kName = NL80211_ATTR_CENTER_FREQ2;891 const char Nl80211AttributeCenterFreq2::kNameString[] =
228 attr.reset(new Nl80211AttributeCenterFreq2()); in NewNl80211AttributeFromId()