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

  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
dpp-nfc.py 269 def dpp_handover_client(handover, alt=False):
272 handover.i_m_selector = False
273 run_dpp_handover_client(handover, alt)
276 def run_client_alt(handover, alt):
277 if handover.start_client_alt and not alt:
278 handover.start_client_alt = False
279 summary("Try to send alternative handover request")
280 dpp_handover_client(handover, alt=True)
282 class HandoverClient(nfc.handover.HandoverClient):
283 def __init__(self, handover, llc)
    [all...]
p2p-nfc.py 19 import nfc.handover
161 summary("Could not get handover request carrier record from wpa_supplicant")
163 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
169 print("Handover request (pre-WPS):")
181 print("Handover request:")
188 client = nfc.handover.HandoverClient(llc)
190 summary("Trying to initiate NFC connection handover")
192 summary("Connected for handover")
194 summary("Handover connection refused")
202 summary("Sending handover request"
    [all...]
wps-nfc.py 19 import nfc.handover
138 class HandoverServer(nfc.handover.HandoverServer):
146 # due to new WSC handover format
148 summary("received handover request {}".format(request.type))
151 summary("not a handover request")
159 summary("send handover response {}".format(response.type))
166 print("Parsed handover request: " + request.pretty())
178 summary("Could not get handover select carrier record from wpa_supplicant")
180 print("Handover select carrier record from wpa_supplicant:")
184 success_report("Handover reported successfully (responder)"
    [all...]
  /src/sys/net/
bpf_stub.c 57 static bool handover; variable
89 * If handover is in progress, wait for it to finish and complete
92 while (handover) {
120 while (handover) {
174 * Party's over, prepare for handover.
177 * called during handover). The likelyhood of seeing a full
178 * attach-detach *during* handover comes close to astronomical,
187 handover = true;
206 handover = false;
  /src/external/bsd/wpa/dist/hostapd/
wps-ap-nfc.py 17 import nfc.handover
110 class HandoverServer(nfc.handover.HandoverServer):
117 # due to new WSC handover format
119 summary("received handover request {}".format(request.type))
122 summary("not a handover request")
130 summary("send handover response {}".format(response.type))
136 print("Parsed handover request: " + request.pretty())
149 summary("Could not get handover select carrier record from hostapd")
151 print("Handover select carrier record from hostapd:")
154 success_report("Handover reported successfully"
    [all...]

Completed in 25 milliseconds