Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_attribute.h33 class Nl80211AttributeDfsRegion : public NetlinkU8Attribute {
37 Nl80211AttributeDfsRegion() : NetlinkU8Attribute(kName, kNameString) {} in Nl80211AttributeDfsRegion() function
40 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeDfsRegion);
Dnl80211_attribute.cc445 const int Nl80211AttributeDfsRegion::kName = NL80211_ATTR_DFS_REGION;
446 const char Nl80211AttributeDfsRegion::kNameString[] = "NL80211_ATTR_DFS_REGION";
Dnetlink_attribute.cc75 attr.reset(new Nl80211AttributeDfsRegion()); in NewNl80211AttributeFromId()