HomeSort by: relevance | last modified time | path
    Searched refs:llcp_worker (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
p2p-nfc.py 475 def llcp_worker(llc): function
514 print("Exiting llcp_worker thread")
531 threading.Thread(target=llcp_worker, args=(llc,)).start()
wps-nfc.py 392 def llcp_worker(llc): function
396 print("Exiting llcp_worker thread")
428 threading.Thread(target=llcp_worker, args=(llc,)).start()
dpp-nfc.py 725 handover.client_thread = threading.Thread(target=llcp_worker,
868 def llcp_worker(llc, try_alt): function
870 print("Start of llcp_worker()")
874 summary("Exiting llcp_worker thread (try_alt)")
880 summary("llcp_worker init_on_touch processing completed: try_own={} hs_sent={} no_alt_proposal={} start_client_alt={}".format(handover.try_own, handover.hs_sent, handover.no_alt_proposal, handover.start_client_alt))
882 summary("Try alternative handover request before exiting llcp_worker")
885 summary("Exiting llcp_worker thread (init_on_touch)")
902 summary("Exiting llcp_worker thread (retry with own parameters)")
915 summary("Exiting llcp_worker thread (manual init)")
923 summary("Exiting llcp_worker thread"
    [all...]

Completed in 24 milliseconds