Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/tests/remote/
Dmonitor.py113 thread = host.thread_run([tshark, "-w", log], monitor_res)
114 host.thread = thread
122 if host.thread is None:
125 host.thread_stop(host.thread)
126 host.thread = None
Drutils.py345 thread = host.thread_run(ping, result)
346 return thread
348 def ping_wait(host, thread, timeout=None): argument
349 host.thread_wait(thread, timeout)
350 if thread.is_alive():
/hostap-latest/doc/
Dporting.doxygen110 wpa_supplicant uses a single process/thread model and an event loop
/hostap-latest/wpa_supplicant/
Dandroid.config265 # winpcap = WinPcap with receive thread
Ddefconfig314 # winpcap = WinPcap with receive thread
DChangeLog1873 (CONFIG_L2_PACKET=winpcap) that uses a separate receive thread to