Home | History | Annotate | Download | only in examples

Lines Matching full:uuid

70 def wpas_get_er_config_token(uuid):
74 return wpas.request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + uuid).rstrip().decode("hex")
91 def wpas_get_handover_sel(uuid):
95 if uuid is None:
97 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip().decode("hex")
124 data = wpas_get_handover_sel(self.uuid)
143 def wps_handover_resp(peer, uuid):
144 if uuid is None:
147 print "Trying to handle WPS handover with AP " + uuid
151 srv.uuid = uuid
295 def wps_write_er_config_tag(clf, uuid):
297 data = wpas_get_er_config_token(uuid)