Home
last modified time | relevance | path

Searched refs:llcp_worker (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py392 def llcp_worker(llc): function
428 threading.Thread(target=llcp_worker, args=(llc,)).start()
H A Dp2p-nfc.py475 def llcp_worker(llc): function
531 threading.Thread(target=llcp_worker, args=(llc,)).start()
H A Ddpp-nfc.py725 handover.client_thread = threading.Thread(target=llcp_worker,
868 def llcp_worker(llc, try_alt): function
983 handover.client_thread = threading.Thread(target=llcp_worker,