Home
last modified time | relevance | path

Searched refs:supports_low_span_oneshot_scan (Results 1 – 6 of 6) sorted by relevance

/system/connectivity/wificond/net/
Dnetlink_utils.h101 supports_low_span_oneshot_scan(false), in WiphyFeatures()
114 bool supports_low_span_oneshot_scan; member
Dnetlink_utils.cpp82 supports_low_span_oneshot_scan = in WiphyFeatures()
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp524 EXPECT_FALSE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
557 EXPECT_FALSE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
590 EXPECT_TRUE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
623 EXPECT_FALSE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
656 EXPECT_FALSE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
689 EXPECT_TRUE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
Dscanner_unittest.cpp176 wiphy_features_.supports_low_span_oneshot_scan = true; in TEST_F()
/system/connectivity/wificond/
Dclient_interface_impl.cpp186 << wiphy_features_.supports_low_span_oneshot_scan << endl; in Dump()
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp51 return wiphy_features.supports_low_span_oneshot_scan; in IsScanTypeSupported()