Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/
Dscanner_unittest.cpp122 WiphyFeatures wiphy_features_; member in android::wificond::ScannerTest
131 scan_capabilities_, wiphy_features_, in TEST_F()
142 wiphy_features_.supports_low_span_oneshot_scan = true; in TEST_F()
144 wiphy_features_, &client_interface_impl_, in TEST_F()
158 wiphy_features_.supports_low_power_oneshot_scan = true; in TEST_F()
160 wiphy_features_, &client_interface_impl_, in TEST_F()
173 wiphy_features_.supports_high_accuracy_oneshot_scan = true; in TEST_F()
175 wiphy_features_, &client_interface_impl_, in TEST_F()
189 wiphy_features_, &client_interface_impl_, in TEST_F()
203 wiphy_features_, &client_interface_impl_, in TEST_F()
[all …]
/system/connectivity/wificond/
Dclient_interface_impl.cpp142 &wiphy_features_,
150 wiphy_features_,
188 << wiphy_features_.supports_random_mac_oneshot_scan << endl; in Dump()
190 << wiphy_features_.supports_low_span_oneshot_scan << endl; in Dump()
192 << wiphy_features_.supports_low_power_oneshot_scan << endl; in Dump()
194 << wiphy_features_.supports_high_accuracy_oneshot_scan << endl; in Dump()
196 << wiphy_features_.supports_random_mac_sched_scan << endl; in Dump()
198 << wiphy_features_.supports_tx_mgmt_frame_mcs << endl; in Dump()
253 &wiphy_features_, in UpdateBandInfo()
294 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.cpp94 wiphy_features_(wiphy_features), in ScannerImpl()
172 wiphy_features_.supports_random_mac_oneshot_scan && in scanRequest()
175 if (!IsScanTypeSupported(scan_settings.scan_type_, wiphy_features_)) { in scanRequest()
338 bool request_random_mac = wiphy_features_.supports_random_mac_sched_scan && in StartPnoScanDefault()
341 bool request_low_power = wiphy_features_.supports_low_power_oneshot_scan; in StartPnoScanDefault()
343 bool request_sched_scan_relative_rssi = wiphy_features_.supports_ext_sched_scan_relative_rssi; in StartPnoScanDefault()
Dscanner_impl.h107 WiphyFeatures wiphy_features_; variable