Home
last modified time | relevance | path

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

/aosp12/system/connectivity/wificond/net/
H A Dnetlink_utils.h126 supports_low_power_oneshot_scan(false), in WiphyFeatures()
140 bool supports_low_power_oneshot_scan; member
H A Dnetlink_utils.cpp102 supports_low_power_oneshot_scan = in WiphyFeatures()
/aosp12/system/connectivity/wificond/tests/
H A Dnetlink_utils_unittest.cpp601 EXPECT_FALSE(wiphy_features.supports_low_power_oneshot_scan); in TEST_F()
634 EXPECT_FALSE(wiphy_features.supports_low_power_oneshot_scan); in TEST_F()
667 EXPECT_FALSE(wiphy_features.supports_low_power_oneshot_scan); in TEST_F()
700 EXPECT_TRUE(wiphy_features.supports_low_power_oneshot_scan); in TEST_F()
733 EXPECT_FALSE(wiphy_features.supports_low_power_oneshot_scan); in TEST_F()
766 EXPECT_TRUE(wiphy_features.supports_low_power_oneshot_scan); in TEST_F()
H A Dscanner_unittest.cpp155 wiphy_features_.supports_low_power_oneshot_scan = true; in TEST_F()
312 wiphy_features_.supports_low_power_oneshot_scan = true; in TEST_F()
/aosp12/system/connectivity/wificond/scanning/
H A Dscanner_impl.cpp51 return wiphy_features.supports_low_power_oneshot_scan; in IsScanTypeSupported()
290 bool request_low_power = wiphy_features_.supports_low_power_oneshot_scan; in StartPnoScanDefault()
/aosp12/system/connectivity/wificond/
H A Dclient_interface_impl.cpp191 << wiphy_features_.supports_low_power_oneshot_scan << endl; in Dump()