Searched refs:Nl80211AttributeWiphyName (Results 1 – 3 of 3) sorted by relevance
541 class Nl80211AttributeWiphyName : public NetlinkStringAttribute {545 Nl80211AttributeWiphyName() : NetlinkStringAttribute(kName, kNameString) {} in Nl80211AttributeWiphyName() function548 DISALLOW_COPY_AND_ASSIGN(Nl80211AttributeWiphyName);
897 const int Nl80211AttributeWiphyName::kName = NL80211_ATTR_WIPHY_NAME;898 const char Nl80211AttributeWiphyName::kNameString[] = "NL80211_ATTR_WIPHY_NAME";
234 attr.reset(new Nl80211AttributeWiphyName()); in NewNl80211AttributeFromId()