HomeSort by relevance Sort by last modified time
    Searched refs:llcp_worker (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 392 def llcp_worker(llc): function
396 print "Exiting llcp_worker thread"
428 threading.Thread(target=llcp_worker, args=(llc,)).start()
p2p-nfc.py 475 def llcp_worker(llc): function
514 print "Exiting llcp_worker thread"
531 threading.Thread(target=llcp_worker, args=(llc,)).start()

Completed in 432 milliseconds