Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_attribute.h125 class Nl80211AttributeWiphyRetryShort : public NetlinkU8Attribute {
129 Nl80211AttributeWiphyRetryShort() : NetlinkU8Attribute(kName, kNameString) {} in Nl80211AttributeWiphyRetryShort() function
132 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeWiphyRetryShort);
Dnl80211_attribute.cc904 const int Nl80211AttributeWiphyRetryShort::kName =
906 const char Nl80211AttributeWiphyRetryShort::kNameString[] =
Dnetlink_attribute.cc240 attr.reset(new Nl80211AttributeWiphyRetryShort()); in NewNl80211AttributeFromId()