Searched refs:AppendWiphyExtFeaturesAttributes (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/connectivity/wificond/tests/ |
H A D | netlink_utils_unittest.cpp | 270 void AppendWiphyExtFeaturesAttributes(NL80211Packet* packet, in AppendWiphyExtFeaturesAttributes() function 617 AppendWiphyExtFeaturesAttributes(&new_wiphy, false, false, false, false); in TEST_F() 650 AppendWiphyExtFeaturesAttributes(&new_wiphy, true, false, false, false); in TEST_F() 683 AppendWiphyExtFeaturesAttributes(&new_wiphy, false, true, false, false); in TEST_F() 716 AppendWiphyExtFeaturesAttributes(&new_wiphy, false, false, true, false); in TEST_F() 749 AppendWiphyExtFeaturesAttributes(&new_wiphy, false, false, false, true); in TEST_F()
|