OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clf
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py
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
)
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py
272
def wps_write_config_tag(
clf
, id=None, wait_remove=True):
282
tag =
clf
.poll()
295
def wps_write_er_config_tag(
clf
, uuid):
304
tag =
clf
.poll()
317
def wps_write_password_tag(
clf
, wait_remove=True):
326
tag =
clf
.poll()
339
def find_peer(
clf
):
344
peer =
clf
.listen(ord(os.urandom(1)) + 250, general_bytes)
353
peer =
clf
.poll(general_bytes)
368
clf
= nfc.ContactlessFrontend(
[
all
...]
Completed in 82 milliseconds