Home
last modified time | relevance | path

Searched refs:handover (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/examples/
Ddpp-nfc.py269 def dpp_handover_client(handover, alt=False): argument
272 handover.i_m_selector = False
273 run_dpp_handover_client(handover, alt)
276 def run_client_alt(handover, alt): argument
277 if handover.start_client_alt and not alt:
278 handover.start_client_alt = False
280 dpp_handover_client(handover, alt=True)
282 class HandoverClient(nfc.handover.HandoverClient):
283 def __init__(self, handover, llc): argument
285 self.handover = handover
[all …]
Dwps-nfc.py19 import nfc.handover
138 class HandoverServer(nfc.handover.HandoverServer):
224 client = nfc.handover.HandoverClient(llc)
Dp2p-nfc.py19 import nfc.handover
188 client = nfc.handover.HandoverClient(llc)
259 class HandoverServer(nfc.handover.HandoverServer):
/netbsd/src/sys/net/
Dbpf_stub.c57 static bool handover; variable
92 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()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
DREADME-WPS364 handover. The first argument selects the format of the output data and
365 the second argument selects which type of connection handover is
366 requested (WPS-CR = Wi-Fi handover as specified in WSC 2.0).
369 build the contents of a Handover Select Message for connection handover
372 the second argument selects which type of connection handover is
373 requested (WPS = Wi-Fi handover as specified in WSC 2.0). If the options
374 UUID|BSSID argument is included, this is a request to build the handover
378 "nfc_report_handover <INIT/RESP> WPS <carrier from handover request>
379 <carrier from handover select>" can be used as an alternative way for
380 reporting completed NFC connection handover. The first parameter
[all …]
DChangeLog846 - P2P group formation/join based on NFC connection handover
1007 - added initial support NFC connection handover
/netbsd/src/external/bsd/wpa/dist/hostapd/
DREADME-WPS341 contents of a Handover Select Message for connection handover when this
344 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 NFC
349 connection handover. The first parameter indicates whether the local
350 device initiated or responded to the connection handover and the carrier
351 records are the selected carrier from the handover request and select
Dwps-ap-nfc.py17 import nfc.handover
110 class HandoverServer(nfc.handover.HandoverServer):