Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_attribute.h455 class Nl80211AttributeRoamSupport : public NetlinkFlagAttribute {
459 Nl80211AttributeRoamSupport() : NetlinkFlagAttribute(kName, kNameString) {} in Nl80211AttributeRoamSupport() function
462 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeRoamSupport);
Dnl80211_attribute.cc627 const int Nl80211AttributeRoamSupport::kName = NL80211_ATTR_ROAM_SUPPORT;
628 const char Nl80211AttributeRoamSupport::kNameString[] =
Dnetlink_attribute.cc159 attr.reset(new Nl80211AttributeRoamSupport()); in NewNl80211AttributeFromId()