Searched refs:new_wiphy (Results 1 – 2 of 2) sorted by relevance
399 NL80211Packet new_wiphy( in TEST_F() local406 new_wiphy.AddAttribute(wiphy_index_attr); in TEST_F()408 vector<NL80211Packet> response = {new_wiphy}; in TEST_F()592 NL80211Packet new_wiphy( in TEST_F() local597 new_wiphy.AddAttribute(NL80211Attr<uint32_t>(NL80211_ATTR_WIPHY, in TEST_F()599 AppendBandInfoAttributes(&new_wiphy); in TEST_F()600 AppendScanCapabilitiesAttributes(&new_wiphy, true); in TEST_F()601 AppendWiphyFeaturesAttributes(&new_wiphy); in TEST_F()602 AppendWiphyDriverCapabilitiesAttributes(&new_wiphy, true); in TEST_F()603 vector<NL80211Packet> get_wiphy_response = {new_wiphy}; in TEST_F()[all …]
850 NL80211Packet new_wiphy(0, NL80211_CMD_NEW_WIPHY, 0, 0); in MergePacketsForSplitWiphyDump() local851 new_wiphy.AddAttribute( in MergePacketsForSplitWiphyDump()854 new_wiphy.AddAttribute(attr.second); in MergePacketsForSplitWiphyDump()856 packet_per_wiphy->emplace_back(std::move(new_wiphy)); in MergePacketsForSplitWiphyDump()