Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/
Dscanner_unittest.cpp155 WiphyFeatures wiphy_features_; member in android::wificond::ScannerTest
165 scan_capabilities_, wiphy_features_, in TEST_F()
176 wiphy_features_.supports_low_span_oneshot_scan = true; in TEST_F()
178 wiphy_features_, &client_interface_impl_, in TEST_F()
191 wiphy_features_.supports_low_power_oneshot_scan = true; in TEST_F()
193 wiphy_features_, &client_interface_impl_, in TEST_F()
206 wiphy_features_.supports_high_accuracy_oneshot_scan = true; in TEST_F()
208 wiphy_features_, &client_interface_impl_, in TEST_F()
222 wiphy_features_, &client_interface_impl_, in TEST_F()
236 wiphy_features_, &client_interface_impl_, in TEST_F()
[all …]
/system/connectivity/wificond/
Dclient_interface_impl.cpp139 &wiphy_features_)) {
146 wiphy_features_,
184 << wiphy_features_.supports_random_mac_oneshot_scan << endl; in Dump()
186 << wiphy_features_.supports_low_span_oneshot_scan << endl; in Dump()
188 << wiphy_features_.supports_low_power_oneshot_scan << endl; in Dump()
190 << wiphy_features_.supports_high_accuracy_oneshot_scan << endl; in Dump()
192 << wiphy_features_.supports_random_mac_sched_scan << endl; in Dump()
194 << wiphy_features_.supports_tx_mgmt_frame_mcs << endl; in Dump()
281 if (mcs >= 0 && !wiphy_features_.supports_tx_mgmt_frame_mcs) { in SendMgmtFrame()
Dclient_interface_impl.h114 WiphyFeatures wiphy_features_; variable
/system/connectivity/wificond/scanning/
Dscanner_impl.cpp84 wiphy_features_(wiphy_features), in ScannerImpl()
165 wiphy_features_.supports_random_mac_oneshot_scan && in scan()
168 if (!IsScanTypeSupported(scan_settings.scan_type_, wiphy_features_)) { in scan()
310 bool request_random_mac = wiphy_features_.supports_random_mac_sched_scan && in StartPnoScanDefault()
313 bool request_low_power = wiphy_features_.supports_low_power_oneshot_scan; in StartPnoScanDefault()
315 bool request_sched_scan_relative_rssi = wiphy_features_.supports_ext_sched_scan_relative_rssi; in StartPnoScanDefault()
Dscanner_impl.h114 WiphyFeatures wiphy_features_; variable