Searched refs:wiphy_features_ (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/wificond/tests/
H A Dscanner_unittest.cpp141 WiphyFeatures wiphy_features_; member in class:android::wificond::ScannerTest
151 scan_capabilities_, wiphy_features_,
162 wiphy_features_.supports_low_span_oneshot_scan = true;
164 wiphy_features_, &client_interface_impl_,
177 wiphy_features_.supports_low_power_oneshot_scan = true;
179 wiphy_features_, &client_interface_impl_,
192 wiphy_features_.supports_high_accuracy_oneshot_scan = true;
194 wiphy_features_, &client_interface_impl_,
208 wiphy_features_, &client_interface_impl_,
222 wiphy_features_,
[all...]
/system/connectivity/wificond/
H A Dclient_interface_impl.cpp124 &wiphy_features_)) {
131 wiphy_features_,
165 << wiphy_features_.supports_random_mac_oneshot_scan << endl;
167 << wiphy_features_.supports_low_span_oneshot_scan << endl;
169 << wiphy_features_.supports_low_power_oneshot_scan << endl;
171 << wiphy_features_.supports_high_accuracy_oneshot_scan << endl;
173 << wiphy_features_.supports_random_mac_sched_scan << endl;
H A Dclient_interface_impl.h106 WiphyFeatures wiphy_features_; member in class:android::wificond::ClientInterfaceImpl
/system/connectivity/wificond/scanning/
H A Dscanner_impl.cpp81 wiphy_features_(wiphy_features),
161 wiphy_features_.supports_random_mac_oneshot_scan &&
164 if (!IsScanTypeSupported(scan_settings.scan_type_, wiphy_features_)) {
287 bool request_random_mac = wiphy_features_.supports_random_mac_sched_scan &&
290 bool request_low_power = wiphy_features_.supports_low_power_oneshot_scan;
H A Dscanner_impl.h114 WiphyFeatures wiphy_features_; member in class:android::wificond::ScannerImpl

Completed in 91 milliseconds