Searched refs:handover (Results 1 – 8 of 8) sorted by relevance
269 def dpp_handover_client(handover, alt=False): argument272 handover.i_m_selector = False273 run_dpp_handover_client(handover, alt)276 def run_client_alt(handover, alt): argument277 if handover.start_client_alt and not alt:278 handover.start_client_alt = False280 dpp_handover_client(handover, alt=True)282 class HandoverClient(nfc.handover.HandoverClient):283 def __init__(self, handover, llc): argument285 self.handover = handover[all …]
19 import nfc.handover138 class HandoverServer(nfc.handover.HandoverServer):224 client = nfc.handover.HandoverClient(llc)
19 import nfc.handover188 client = nfc.handover.HandoverClient(llc)259 class HandoverServer(nfc.handover.HandoverServer):
57 static bool handover; variable92 while (handover) { in bpf_stub_attach()120 while (handover) { in bpf_stub_detach()187 handover = true; in bpf_ops_handover_enter()206 handover = false; in bpf_ops_handover_exit()
364 handover. The first argument selects the format of the output data and365 the second argument selects which type of connection handover is366 requested (WPS-CR = Wi-Fi handover as specified in WSC 2.0).369 build the contents of a Handover Select Message for connection handover372 the second argument selects which type of connection handover is373 requested (WPS = Wi-Fi handover as specified in WSC 2.0). If the options374 UUID|BSSID argument is included, this is a request to build the handover378 "nfc_report_handover <INIT/RESP> WPS <carrier from handover request>379 <carrier from handover select>" can be used as an alternative way for380 reporting completed NFC connection handover. The first parameter[all …]
846 - P2P group formation/join based on NFC connection handover1007 - added initial support NFC connection handover
341 contents of a Handover Select Message for connection handover when this344 argument selects which type of connection handover is requested (WPS =345 Wi-Fi handover as specified in WSC 2.0).347 "nfc_report_handover <INIT/RESP> WPS <carrier from handover request>348 <carrier from handover select>" is used to report completed NFC349 connection handover. The first parameter indicates whether the local350 device initiated or responded to the connection handover and the carrier351 records are the selected carrier from the handover request and select
17 import nfc.handover110 class HandoverServer(nfc.handover.HandoverServer):