Lines Matching refs:summary
39 def summary(txt): function
46 summary(txt)
161 summary("Could not get handover request carrier record from wpa_supplicant")
190 summary("Trying to initiate NFC connection handover")
192 summary("Connected for handover")
194 summary("Handover connection refused")
198 summary("Other exception: " + str(e))
202 summary("Sending handover request")
205 summary("Failed to send handover request")
209 summary("Receiving handover response")
212 summary("No response received")
216 summary("Response was not Hs - received: " + message.type)
227 summary("Handover select received")
240 summary("P2P handover report rejected")
269 summary("received handover request {}".format(request.type))
272 summary("not a handover request")
277 summary("error decoding 'Hr' message: {}".format(e))
280 summary("send handover response {}".format(response.type))
317 summary("P2P handover report rejected")
347 summary("WSC handover report rejected")
362 summary("Sending handover select")
401 summary("WPS tag - send to wpa_supplicant")
405 summary("P2P tag - send to wpa_supplicant")
409 summary("Empty tag")
418 summary("Tag found - writing - " + str(tag))
434 summary("Could not get P2P handover select from wpa_supplicant")
456 summary("Tag connected: " + str(tag))
469 summary("Not an NDEF tag - remove tag")
596 if args.summary:
598 summary_file = args.summary