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

  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 289 global no_wait
290 if no_wait:
372 global only_one, no_wait
389 return not no_wait
470 global no_wait
471 no_wait = args.no_wait
489 wps_write_config_tag(clf, id=args.id, wait_remove=not args.no_wait)
493 wps_write_er_config_tag(clf, args.uuid, wait_remove=not args.no_wait)
497 wps_write_password_tag(clf, wait_remove=not args.no_wait)
    [all...]
p2p-nfc.py 252 global no_wait
253 if no_wait:
455 global only_one, no_wait
472 return not no_wait
576 global no_wait
577 no_wait = args.no_wait
617 wps_write_p2p_handover_sel(clf, wait_remove=not args.no_wait)
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 232 global only_one, no_wait
249 return not no_wait
292 global no_wait
293 no_wait = args.no_wait
311 wps_write_config_tag(clf, wait_remove=not args.no_wait)
315 wps_write_password_tag(clf, wait_remove=not args.no_wait)
  /external/autotest/site_utils/
run_suite.py 171 "-n", "--no_wait", dest="no_wait", default=False, type=bool_str,
187 # NOTE(akeshet): This looks similar to --no_wait, but behaves differently.
188 # --no_wait is passed in to the suite rpc itself and affects the suite,
306 if options.no_wait and options.retry:
307 print 'Test retry is not available when using --no_wait=True'
    [all...]

Completed in 113 milliseconds