Searched refs:Nl80211AttributeRoamSupport (Results 1 – 3 of 3) sorted by relevance
455 class Nl80211AttributeRoamSupport : public NetlinkFlagAttribute {459 Nl80211AttributeRoamSupport() : NetlinkFlagAttribute(kName, kNameString) {} in Nl80211AttributeRoamSupport() function462 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeRoamSupport);
627 const int Nl80211AttributeRoamSupport::kName = NL80211_ATTR_ROAM_SUPPORT;628 const char Nl80211AttributeRoamSupport::kNameString[] =
159 attr.reset(new Nl80211AttributeRoamSupport()); in NewNl80211AttributeFromId()