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.h125 supports_low_span_oneshot_scan(false), in WiphyFeatures()
138 bool supports_low_span_oneshot_scan; member
Dnetlink_utils.cpp99 supports_low_span_oneshot_scan = in WiphyFeatures()
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp600 EXPECT_FALSE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
633 EXPECT_FALSE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
666 EXPECT_TRUE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
699 EXPECT_FALSE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
732 EXPECT_FALSE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
765 EXPECT_TRUE(wiphy_features.supports_low_span_oneshot_scan); in TEST_F()
Dscanner_unittest.cpp137 wiphy_features_.supports_low_span_oneshot_scan = true; in TEST_F()
/system/connectivity/wificond/
Dclient_interface_impl.cpp189 << wiphy_features_.supports_low_span_oneshot_scan << endl; in Dump()
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp49 return wiphy_features.supports_low_span_oneshot_scan; in IsScanTypeSupported()