Searched refs:Nl80211AttributeDeviceApSme (Results 1 – 3 of 3) sorted by relevance
190 class Nl80211AttributeDeviceApSme : public NetlinkU32Attribute {194 Nl80211AttributeDeviceApSme() : NetlinkU32Attribute(kName, kNameString) {} in Nl80211AttributeDeviceApSme() function197 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeDeviceApSme);
441 const int Nl80211AttributeDeviceApSme::kName = NL80211_ATTR_DEVICE_AP_SME;442 const char Nl80211AttributeDeviceApSme::kNameString[] =
72 attr.reset(new Nl80211AttributeDeviceApSme()); in NewNl80211AttributeFromId()