Home | History | Annotate | Download | only in examples

Lines Matching refs:uuid

65 def wpas_get_er_config_token(uuid):
69 return wpas.request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + uuid).rstrip().decode("hex")
86 def wpas_get_handover_sel(uuid):
90 if uuid is None:
92 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip().decode("hex")
119 data = wpas_get_handover_sel(self.uuid)
138 def wps_handover_resp(peer, uuid):
139 if uuid is None:
142 print "Trying to handle WPS handover with AP " + uuid
146 srv.uuid = uuid
285 def wps_write_er_config_tag(clf, uuid):
287 data = wpas_get_er_config_token(uuid)