Searched refs:use_monitor (Results 1 – 4 of 4) sorted by relevance
263 def _copy_results(self, execution_entries, use_monitor=None): argument267 if use_monitor is not None and not use_monitor.has_process():271 if use_monitor is None:273 use_monitor = self.monitor274 assert use_monitor.has_process()277 use_monitor.try_copy_to_results_repository(results_path)
141 unsigned int use_monitor:1; member
1884 if (!drv->use_monitor) in wpa_driver_nl80211_drv_init()3371 if (drv->use_monitor) { in wpa_driver_nl80211_send_frame()3789 else if (!drv->device_ap_sme && !drv->use_monitor && in wpa_driver_nl80211_set_ap()4673 bss->ifname, drv->device_ap_sme, drv->use_monitor); in nl80211_setup_ap()4683 if (!drv->device_ap_sme && !drv->use_monitor) in nl80211_setup_ap()4687 if (drv->device_ap_sme && !drv->use_monitor) in nl80211_setup_ap()4692 if (!drv->device_ap_sme && drv->use_monitor && in nl80211_setup_ap()4713 bss->ifname, drv->device_ap_sme, drv->use_monitor); in nl80211_teardown_ap()4716 if (!drv->use_monitor) in nl80211_teardown_ap()4718 } else if (drv->use_monitor) in nl80211_teardown_ap()[all …]
1170 drv->use_monitor = !info.device_ap_sme && in wpa_driver_nl80211_capa()1178 if (!drv->use_monitor && !info.data_tx_status) in wpa_driver_nl80211_capa()