Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_utils.h99 : supports_random_mac_oneshot_scan(false), in WiphyFeatures()
109 bool supports_random_mac_oneshot_scan; member
Dnetlink_utils.cpp78 : supports_random_mac_oneshot_scan( in WiphyFeatures()
/system/connectivity/wificond/
Dclient_interface_impl.cpp181 << wiphy_features_.supports_random_mac_oneshot_scan << endl; in Dump()
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp147 wiphy_features_.supports_random_mac_oneshot_scan && in scan()
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp273 EXPECT_TRUE(wiphy_features.supports_random_mac_oneshot_scan); in VerifyWiphyFeatures()