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

/freebsd-12-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py110 class HandoverServer(nfc.handover.HandoverServer): class in inherits:nfc.handover.HandoverServer
112 super(HandoverServer, self).__init__(llc)
134 summary("HandoverServer - request received")
255 srv = HandoverServer(llc)
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py138 class HandoverServer(nfc.handover.HandoverServer): class in inherits:nfc.handover.HandoverServer
140 super(HandoverServer, self).__init__(llc)
164 summary("HandoverServer - request received")
410 srv = HandoverServer(llc)
H A Dp2p-nfc.py259 class HandoverServer(nfc.handover.HandoverServer): class in inherits:nfc.handover.HandoverServer
261 super(HandoverServer, self).__init__(llc)
286 print("HandoverServer - request received")
519 srv = HandoverServer(llc)

Completed in 39 milliseconds