Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dnl80211_attribute.h541 class Nl80211AttributeWiphyName : public NetlinkStringAttribute {
545 Nl80211AttributeWiphyName() : NetlinkStringAttribute(kName, kNameString) {} in Nl80211AttributeWiphyName() function
548 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeWiphyName);
Dnl80211_attribute.cc897 const int Nl80211AttributeWiphyName::kName = NL80211_ATTR_WIPHY_NAME;
898 const char Nl80211AttributeWiphyName::kNameString[] = "NL80211_ATTR_WIPHY_NAME";
Dnetlink_attribute.cc234 attr.reset(new Nl80211AttributeWiphyName()); in NewNl80211AttributeFromId()