OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_monitor
(Results
1 - 4
of
4
) sorted by null
/external/autotest/scheduler/
agent_task.py
258
def _copy_results(self, execution_entries,
use_monitor
=None):
262
if
use_monitor
is not None and not
use_monitor
.has_process():
266
if
use_monitor
is None:
268
use_monitor
= self.monitor
269
assert
use_monitor
.has_process()
272
use_monitor
.try_copy_to_results_repository(results_path)
/external/wpa_supplicant_8/src/drivers/
driver_nl80211.h
133
unsigned int
use_monitor
:1;
member in struct:wpa_driver_nl80211_data
driver_nl80211_capa.c
947
drv->
use_monitor
= !info.poll_command_supported || !info.data_tx_status;
949
if (drv->device_ap_sme && drv->
use_monitor
) {
956
wpa_printf(MSG_DEBUG, "nl80211: Disable
use_monitor
"
959
drv->
use_monitor
= 0;
968
if (!drv->
use_monitor
&& !info.data_tx_status)
[
all
...]
driver_nl80211.c
[
all
...]
Completed in 824 milliseconds