Home
last modified time | relevance | path

Searched refs:supports_random_mac_oneshot_scan (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/wificond/net/
Dnetlink_utils.h82 : supports_random_mac_oneshot_scan(false), in WiphyFeatures()
85 : supports_random_mac_oneshot_scan( in WiphyFeatures()
91 bool supports_random_mac_oneshot_scan; member
/system/connectivity/wificond/
Dclient_interface_impl.cpp165 << wiphy_features_.supports_random_mac_oneshot_scan << endl; in Dump()
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp176 bool request_random_mac = wiphy_features_.supports_random_mac_oneshot_scan && in scan()
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp407 EXPECT_TRUE(wiphy_features.supports_random_mac_oneshot_scan); in TEST_F()