Searched refs:use_monitor (Results 1 – 4 of 4) sorted by relevance
278 def _copy_results(self, execution_entries, use_monitor=None): argument282 if use_monitor is not None and not use_monitor.has_process():286 if use_monitor is None:288 use_monitor = self.monitor289 assert use_monitor.has_process()292 use_monitor.try_copy_to_results_repository(results_path)
143 unsigned int use_monitor:1; member
2050 if (!drv->use_monitor) in wpa_driver_nl80211_drv_init()3657 if (drv->use_monitor) { in wpa_driver_nl80211_send_frame()4075 else if (!drv->device_ap_sme && !drv->use_monitor && in wpa_driver_nl80211_set_ap()4986 bss->ifname, drv->device_ap_sme, drv->use_monitor); in nl80211_setup_ap()4996 if (!drv->device_ap_sme && !drv->use_monitor) in nl80211_setup_ap()5000 if (drv->device_ap_sme && !drv->use_monitor) in nl80211_setup_ap()5005 if (!drv->device_ap_sme && drv->use_monitor && in nl80211_setup_ap()5026 bss->ifname, drv->device_ap_sme, drv->use_monitor); in nl80211_teardown_ap()5029 if (!drv->use_monitor) in nl80211_teardown_ap()5031 } else if (drv->use_monitor) in nl80211_teardown_ap()[all …]
1361 drv->use_monitor = !info.device_ap_sme && in wpa_driver_nl80211_capa()1369 if (!drv->use_monitor && !info.data_tx_status) in wpa_driver_nl80211_capa()