Lines Matching refs:clf
165 def wps_write_config_tag(clf):
174 tag = clf.poll()
187 def wps_write_password_tag(clf):
196 tag = clf.poll()
209 def find_peer(clf):
214 peer = clf.listen(ord(os.urandom(1)) + 250, general_bytes)
223 peer = clf.poll(general_bytes)
238 clf = nfc.ContactlessFrontend()
242 wps_write_config_tag(clf)
246 wps_write_password_tag(clf)
252 tag = find_peer(clf)
268 clf.close()