Lines Matching refs:summary
32 def summary(txt): function
39 summary(txt)
148 summary("received handover request {}".format(request.type))
151 summary("not a handover request")
156 summary("error decoding 'Hr' message: {}".format(e))
159 summary("send handover response {}".format(response.type))
164 summary("HandoverServer - request received")
175 summary("WPS carrier type match - add WPS carrier record")
178 summary("Could not get handover select carrier record from wpa_supplicant")
186 summary("Handover report rejected (responder)")
198 summary("Sending handover select")
204 summary("Trying to initiate WPS handover")
208 summary("Could not get handover request carrier record from wpa_supplicant")
226 summary("Trying to initiate NFC connection handover")
228 summary("Connected for handover")
230 summary("Handover connection refused")
234 summary("Other exception: " + str(e))
238 summary("Sending handover request")
241 summary("Failed to send handover request")
245 summary("Receiving handover response")
248 summary("No response received")
252 summary("Response was not Hs - received: " + message.type)
263 summary("Handover select received")
276 summary("Handover report rejected (initiator)")
301 summary("WPS tag - send to wpa_supplicant")
305 summary("Empty tag")
319 summary("Tag found - writing - " + str(tag))
373 summary("Tag connected: " + str(tag))
386 summary("Not an NDEF tag - remove tag")
473 if args.summary:
475 summary_file = args.summary