HomeSort by relevance Sort by last modified time
    Searched refs:supports_random_mac_oneshot_scan (Results 1 - 4 of 4) sorted by null

  /system/connectivity/wificond/net/
netlink_utils.h 82 : supports_random_mac_oneshot_scan(false),
85 : supports_random_mac_oneshot_scan(
91 bool supports_random_mac_oneshot_scan; member in struct:android::wificond::WiphyFeatures
  /system/connectivity/wificond/
client_interface_impl.cpp 165 << wiphy_features_.supports_random_mac_oneshot_scan << endl;
  /system/connectivity/wificond/scanning/
scanner_impl.cpp 176 bool request_random_mac = wiphy_features_.supports_random_mac_oneshot_scan &&
  /system/connectivity/wificond/tests/
netlink_utils_unittest.cpp 407 EXPECT_TRUE(wiphy_features.supports_random_mac_oneshot_scan);

Completed in 126 milliseconds