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

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
p2p-nfc.py 27 init_on_touch = False variable
476 global init_on_touch
477 if init_on_touch:
526 global init_on_touch
527 if not init_on_touch:
530 if init_on_touch or not no_input:
584 global init_on_touch
585 init_on_touch = args.init_on_touch
dpp-nfc.py 30 init_on_touch = False variable
876 global init_on_touch
877 if init_on_touch:
878 summary("Starting handover client (init_on_touch)")
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))
885 summary("Exiting llcp_worker thread (init_on_touch)")
982 if init_on_touch or not no_input:
1083 global init_on_touch
1084 init_on_touch = args.init_on_touch
    [all...]

Completed in 54 milliseconds