Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dwps-ap-nfc.py110 class HandoverServer(nfc.handover.HandoverServer): class
112 super(HandoverServer, self).__init__(llc)
134 summary("HandoverServer - request received")
255 srv = HandoverServer(llc)
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dwps-ap-nfc.py110 class HandoverServer(nfc.handover.HandoverServer): class
112 super(HandoverServer, self).__init__(llc)
134 summary("HandoverServer - request received")
255 srv = HandoverServer(llc)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-nfc.py259 class HandoverServer(nfc.handover.HandoverServer): class
261 super(HandoverServer, self).__init__(llc)
286 print("HandoverServer - request received")
519 srv = HandoverServer(llc)
H A Dwps-nfc.py138 class HandoverServer(nfc.handover.HandoverServer): class
140 super(HandoverServer, self).__init__(llc)
164 summary("HandoverServer - request received")
410 srv = HandoverServer(llc)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-nfc.py259 class HandoverServer(nfc.handover.HandoverServer): class
261 super(HandoverServer, self).__init__(llc)
286 print("HandoverServer - request received")
519 srv = HandoverServer(llc)
H A Dwps-nfc.py138 class HandoverServer(nfc.handover.HandoverServer): class
140 super(HandoverServer, self).__init__(llc)
164 summary("HandoverServer - request received")
410 srv = HandoverServer(llc)
H A Ddpp-nfc.py525 class HandoverServer(nfc.handover.HandoverServer): class
527 super(HandoverServer, self).__init__(llc)
571 summary("HandoverServer exception: %s" % e,
585 summary("HandoverServer - request received: " + str(records))
946 self.srv = HandoverServer(self, llc)

Completed in 6 milliseconds