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()571 NL80211Packet new_wiphy( in TEST_F() local576 new_wiphy.AddAttribute(NL80211Attr<uint32_t>(NL80211_ATTR_WIPHY, in TEST_F()578 AppendBandInfoAttributes(&new_wiphy); in TEST_F()579 AppendScanCapabilitiesAttributes(&new_wiphy, true); in TEST_F()580 AppendWiphyFeaturesAttributes(&new_wiphy); in TEST_F()581 vector<NL80211Packet> get_wiphy_response = {new_wiphy}; in TEST_F()603 NL80211Packet new_wiphy( in TEST_F() local[all …]
785 NL80211Packet new_wiphy(0, NL80211_CMD_NEW_WIPHY, 0, 0); in MergePacketsForSplitWiphyDump() local786 new_wiphy.AddAttribute( in MergePacketsForSplitWiphyDump()789 new_wiphy.AddAttribute(attr.second); in MergePacketsForSplitWiphyDump()791 packet_per_wiphy->emplace_back(move(new_wiphy)); in MergePacketsForSplitWiphyDump()