Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_attribute.h367 class Nl80211AttributeChannelWidth : public NetlinkU32Attribute {
371 Nl80211AttributeChannelWidth() : NetlinkU32Attribute(kName, kNameString) {} in Nl80211AttributeChannelWidth() function
374 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeChannelWidth);
Dnl80211_attribute.cc882 const int Nl80211AttributeChannelWidth::kName = NL80211_ATTR_CHANNEL_WIDTH;
883 const char Nl80211AttributeChannelWidth::kNameString[] =
Dnetlink_attribute.cc222 attr.reset(new Nl80211AttributeChannelWidth()); in NewNl80211AttributeFromId()