Searched refs:new_wiphy (Results 1 – 2 of 2) sorted by relevance
310 NL80211Packet new_wiphy( in TEST_F() local317 new_wiphy.AddAttribute(wiphy_index_attr); in TEST_F()319 vector<NL80211Packet> response = {new_wiphy}; in TEST_F()499 NL80211Packet new_wiphy( in TEST_F() local504 new_wiphy.AddAttribute(NL80211Attr<uint32_t>(NL80211_ATTR_WIPHY, in TEST_F()506 AppendBandInfoAttributes(&new_wiphy); in TEST_F()507 AppendScanCapabilitiesAttributes(&new_wiphy, true); in TEST_F()508 AppendWiphyFeaturesAttributes(&new_wiphy); in TEST_F()509 vector<NL80211Packet> get_wiphy_response = {new_wiphy}; in TEST_F()531 NL80211Packet new_wiphy( in TEST_F() local[all …]
588 NL80211Packet new_wiphy(0, NL80211_CMD_NEW_WIPHY, 0, 0); in MergePacketsForSplitWiphyDump() local589 new_wiphy.AddAttribute( in MergePacketsForSplitWiphyDump()592 new_wiphy.AddAttribute(attr.second); in MergePacketsForSplitWiphyDump()594 packet_per_wiphy->emplace_back(move(new_wiphy)); in MergePacketsForSplitWiphyDump()