Searched refs:wiphy_features (Results 1 – 6 of 6) sorted by relevance
194 uint32_t wiphy_features = 0; in AppendWiphyFeaturesAttributes() local196 wiphy_features |= NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR; in AppendWiphyFeaturesAttributes()199 wiphy_features |= NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR; in AppendWiphyFeaturesAttributes()202 NL80211Attr<uint32_t>(NL80211_ATTR_FEATURE_FLAGS, wiphy_features)); in AppendWiphyFeaturesAttributes()272 void VerifyWiphyFeatures(const WiphyFeatures& wiphy_features) { in VerifyWiphyFeatures() argument273 EXPECT_TRUE(wiphy_features.supports_random_mac_oneshot_scan); in VerifyWiphyFeatures()274 EXPECT_FALSE(wiphy_features.supports_random_mac_sched_scan); in VerifyWiphyFeatures()516 WiphyFeatures wiphy_features; in TEST_F() local520 &wiphy_features)); in TEST_F()523 VerifyWiphyFeatures(wiphy_features); in TEST_F()[all …]
63 void SetUp(WiphyFeatures wiphy_features) { in SetUp() argument68 .WillOnce([wiphy_features](uint32_t wiphy_index, BandInfo* out_band_info, in SetUp()71 *out_wiphy_features = wiphy_features; in SetUp()194 WiphyFeatures wiphy_features; in TEST_F() local195 wiphy_features.supports_tx_mgmt_frame_mcs = true; in TEST_F()196 SetUp(wiphy_features); in TEST_F()
67 WiphyFeatures* wiphy_features));
46 bool IsScanTypeSupported(int scan_type, const WiphyFeatures& wiphy_features) { in IsScanTypeSupported() argument49 return wiphy_features.supports_low_span_oneshot_scan; in IsScanTypeSupported()51 return wiphy_features.supports_low_power_oneshot_scan; in IsScanTypeSupported()53 return wiphy_features.supports_high_accuracy_oneshot_scan; in IsScanTypeSupported()70 const WiphyFeatures& wiphy_features, in ScannerImpl() argument78 wiphy_features_(wiphy_features), in ScannerImpl()
39 const WiphyFeatures& wiphy_features,
347 WiphyFeatures wiphy_features; in LogSupportedBands() local351 &wiphy_features); in LogSupportedBands()