Searched refs:new_wiphy (Results 1 – 2 of 2) sorted by relevance
382 NL80211Packet new_wiphy( in TEST_F() local389 new_wiphy.AddAttribute(wiphy_index_attr); in TEST_F()391 vector<NL80211Packet> response = {new_wiphy}; in TEST_F()575 NL80211Packet new_wiphy( in TEST_F() local580 new_wiphy.AddAttribute(NL80211Attr<uint32_t>(NL80211_ATTR_WIPHY, in TEST_F()582 AppendBandInfoAttributes(&new_wiphy); in TEST_F()583 AppendScanCapabilitiesAttributes(&new_wiphy, true); in TEST_F()584 AppendWiphyFeaturesAttributes(&new_wiphy); in TEST_F()585 vector<NL80211Packet> get_wiphy_response = {new_wiphy}; in TEST_F()607 NL80211Packet new_wiphy( in TEST_F() local[all …]
839 NL80211Packet new_wiphy(0, NL80211_CMD_NEW_WIPHY, 0, 0); in MergePacketsForSplitWiphyDump() local840 new_wiphy.AddAttribute( in MergePacketsForSplitWiphyDump()843 new_wiphy.AddAttribute(attr.second); in MergePacketsForSplitWiphyDump()845 packet_per_wiphy->emplace_back(std::move(new_wiphy)); in MergePacketsForSplitWiphyDump()