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

  /system/connectivity/wificond/net/
netlink_utils.h 83 supports_random_mac_sched_scan(false) {}
87 supports_random_mac_sched_scan(
94 bool supports_random_mac_sched_scan; member in struct:android::wificond::WiphyFeatures
  /system/connectivity/wificond/
client_interface_impl.cpp 167 << wiphy_features_.supports_random_mac_sched_scan << endl;
  /system/connectivity/wificond/scanning/
scanner_impl.cpp 245 bool request_random_mac = wiphy_features_.supports_random_mac_sched_scan &&
  /system/connectivity/wificond/tests/
netlink_utils_unittest.cpp 408 EXPECT_FALSE(wiphy_features.supports_random_mac_sched_scan);

Completed in 67 milliseconds