Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_attribute.h137 class Nl80211AttributeMaxScanIeLen : public NetlinkU16Attribute {
141 Nl80211AttributeMaxScanIeLen() : NetlinkU16Attribute(kName, kNameString) {} in Nl80211AttributeMaxScanIeLen() function
144 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeMaxScanIeLen);
Dnl80211_attribute.cc537 const int Nl80211AttributeMaxScanIeLen::kName = NL80211_ATTR_MAX_SCAN_IE_LEN;
538 const char Nl80211AttributeMaxScanIeLen::kNameString[] =
Dnetlink_attribute.cc129 attr.reset(new Nl80211AttributeMaxScanIeLen()); in NewNl80211AttributeFromId()