Lines Matching full:alt
269 def dpp_handover_client(handover, alt=False): argument
270 summary("About to start run_dpp_handover_client (alt=%s)" % str(alt))
271 if alt:
273 run_dpp_handover_client(handover, alt)
274 summary("Done run_dpp_handover_client (alt=%s)" % str(alt))
276 def run_client_alt(handover, alt): argument
277 if handover.start_client_alt and not alt:
280 dpp_handover_client(handover, alt=True)
329 def run_dpp_handover_client(handover, alt=False): argument
331 if alt:
336 summary("TEST MODE: Using specified URI (alt=%s)" % str(alt))
337 uri = test_alt_uri if alt else test_uri
361 if handover.peer_crn is not None and not alt:
384 if handover.peer_crn is not None and not alt:
385 … summary("NFC handover request from peer was already received - do not send own[2] (except alt)")
386 run_client_alt(handover, alt)
396 run_client_alt(handover, alt)
411 elif handover.alt_proposal_used and not alt:
419 elif handover.alt_proposal_used and not alt:
421 elif handover.try_own and not alt:
425 run_client_alt(handover, alt)
437 run_client_alt(handover, alt)
440 if handover.alt_proposal_used and not alt:
873 dpp_handover_client(handover, alt=True)
884 dpp_handover_client(handover, alt=True)
901 dpp_handover_client(handover, alt=True)
1039 parser.add_argument('--test-alt-uri', default=None,