Searched refs:wiphy_features (Results 1 – 7 of 7) sorted by relevance
259 uint32_t wiphy_features = 0; in AppendWiphyFeaturesAttributes() local261 wiphy_features |= NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR; in AppendWiphyFeaturesAttributes()264 wiphy_features |= NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR; in AppendWiphyFeaturesAttributes()267 NL80211Attr<uint32_t>(NL80211_ATTR_FEATURE_FLAGS, wiphy_features)); in AppendWiphyFeaturesAttributes()344 void VerifyWiphyFeatures(const WiphyFeatures& wiphy_features) { in VerifyWiphyFeatures() argument345 EXPECT_TRUE(wiphy_features.supports_random_mac_oneshot_scan); in VerifyWiphyFeatures()346 EXPECT_FALSE(wiphy_features.supports_random_mac_sched_scan); in VerifyWiphyFeatures()592 WiphyFeatures wiphy_features; in TEST_F() local596 &wiphy_features)); in TEST_F()599 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()159 WiphyFeatures wiphy_features; in TEST_F() local160 wiphy_features.supports_tx_mgmt_frame_mcs = true; in TEST_F()161 SetUp(wiphy_features); in TEST_F()
70 WiphyFeatures* wiphy_features));
93 WiphyFeatures* wiphy_features) { in SetUp() argument102 WiphyFeatures* wiphy_features) { in SetUp() argument
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()71 const WiphyFeatures& wiphy_features, in ScannerImpl() argument80 wiphy_features_(wiphy_features), in ScannerImpl()
39 const WiphyFeatures& wiphy_features,
502 WiphyFeatures wiphy_features; in LogSupportedBands() local506 &wiphy_features); in LogSupportedBands()