Home | History | Annotate | Download | only in examples

Lines Matching refs:handover

18 import nfc.handover
109 class HandoverServer(nfc.handover.HandoverServer):
115 print "Parsed handover request: " + request.pretty()
126 print "Could not get handover select carrier record from wpa_supplicant"
128 print "Handover select carrier record from wpa_supplicant:"
135 print "Handover select:"
139 print "Sending handover select"
145 print "Trying to handle WPS handover"
147 print "Trying to handle WPS handover with AP " + uuid
156 print "Trying handover";
161 print "Disconnected after handover"
163 print "Handover connection refused"
172 print "Done with handover"
177 print "Trying to initiate WPS handover"
181 print "Could not get handover request carrier record from wpa_supplicant"
183 print "Handover request carrier record from wpa_supplicant: " + data.encode("hex")
188 print "Parsed handover request carrier record:"
195 print "Handover request:"
200 client = nfc.handover.HandoverClient()
202 print "Trying handover";
204 print "Connected for handover"
206 print "Handover connection refused"
211 print "Sending handover request"
214 print "Failed to send handover request"
216 print "Receiving handover response"
232 print "Handover select received"
246 print "Done with handover"