Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Ddpp-nfc.py269 def dpp_handover_client(handover, alt=False):
272 handover.i_m_selector = False
273 run_dpp_handover_client(handover, alt)
276 def run_client_alt(handover, alt):
277 if handover.start_client_alt and not alt:
278 handover.start_client_alt = False
279 summary("Try to send alternative handover request")
280 dpp_handover_client(handover, alt=True)
282 class HandoverClient(nfc.handover.HandoverClient):
283 def __init__(self, handover, ll
[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...]
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...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
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...]
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...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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")
/third_party/wpa_supplicant/wpa_supplicant-2.9/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")

Completed in 5 milliseconds