Searched refs:Nl80211AttributeChannelWidth (Results 1 – 3 of 3) sorted by relevance
367 class Nl80211AttributeChannelWidth : public NetlinkU32Attribute {371 Nl80211AttributeChannelWidth() : NetlinkU32Attribute(kName, kNameString) {} in Nl80211AttributeChannelWidth() function374 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeChannelWidth);
882 const int Nl80211AttributeChannelWidth::kName = NL80211_ATTR_CHANNEL_WIDTH;883 const char Nl80211AttributeChannelWidth::kNameString[] =
222 attr.reset(new Nl80211AttributeChannelWidth()); in NewNl80211AttributeFromId()