Searched refs:handover (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py17 import nfc.handover namespace
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")
168 summary("Sending handover select")
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py19 import nfc.handover namespace
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")
198 summary("Sending handover select")
204 summary("Trying to initiate WPS handover")
[all...]
H A Dp2p-nfc.py19 import nfc.handover namespace
161 summary("Could not get handover request carrier record from wpa_supplicant")
188 client = nfc.handover.HandoverClient(llc)
190 summary("Trying to initiate NFC connection handover")
192 summary("Connected for handover")
202 summary("Sending handover request")
205 summary("Failed to send handover request")
209 summary("Receiving handover response")
238 success_report("P2P handover reported successfully (initiator)")
240 summary("P2P handover repor
[all...]

Completed in 110 milliseconds