Home | History | Annotate | Download | only in examples

Lines Matching refs:handover

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)")
186 summary("Handover report rejected (responder)")
191 print("Handover select:")
198 summary("Sending handover select")
204 summary("Trying to initiate WPS handover")
208 summary("Could not get handover request carrier record from wpa_supplicant")
210 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
217 print("Handover request:")
224 client = nfc.handover.HandoverClient(llc)
226 summary("Trying to initiate NFC connection handover")
228 summary("Connected for handover")
230 summary("Handover connection refused")
238 summary("Sending handover request")
241 summary("Failed to send handover request")
245 summary("Receiving handover response")
263 summary("Handover select received")
274 success_report("Handover reported successfully (initiator)")
276 summary("Handover report rejected (initiator)")
283 print("Done with handover")
412 print("Trying to handle WPS handover")
415 print("Trying to handle WPS handover with AP " + arg_uuid)