Home
last modified time | relevance | path

Searched refs:record (Results 1 – 14 of 14) sorted by relevance

/hostap-latest/src/wps/
Dndef.c36 struct ndef_record *record) in ndef_parse_record() argument
42 record->type_length = *pos++; in ndef_parse_record()
46 record->payload_length = *pos++; in ndef_parse_record()
55 record->payload_length = len; in ndef_parse_record()
62 record->id_length = *pos++; in ndef_parse_record()
64 record->id_length = 0; in ndef_parse_record()
66 if (record->type_length > data + size - pos) in ndef_parse_record()
68 record->type = record->type_length == 0 ? NULL : pos; in ndef_parse_record()
69 pos += record->type_length; in ndef_parse_record()
71 if (record->id_length > data + size - pos) in ndef_parse_record()
[all …]
/hostap-latest/wpa_supplicant/examples/
Dp2p-nfc.py237 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
301 self.received_carrier = carrier.record
304 print(carrier.record.pretty())
331 self.received_carrier = carrier.record
334 print(carrier.record.pretty())
398 for record in tag.ndef.message:
399 print("record type " + record.type)
400 if record.type == "application/vnd.wfa.wsc":
404 if record.type == "application/vnd.wfa.p2p":
Ddpp-nfc.py120 def dpp_hs_tag_read(record): argument
124 summary(record)
125 if len(record.data) < 5:
128 if record.data[0] != 0:
131 uribuf = record.data[1:]
758 for record in tag.ndef.records:
759 summary(record)
760 summary("record type " + record.type)
761 if record.type == "application/vnd.wfa.dpp":
763 success = dpp_hs_tag_read(record)
[all …]
Dwps-nfc.py183 if "OK" in wpas_report_handover(carrier.record, self.sent_carrier, "RESP"):
273 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
298 for record in tag.ndef.message:
299 print("record type " + record.type)
300 if record.type == "application/vnd.wfa.wsc":
/hostap-latest/hostapd/
Dwps-ap-nfc.py153 if "OK" in wpas_report_handover(carrier.record, data):
176 for record in tag.ndef.message:
177 print("record type " + record.type)
178 if record.type == "application/vnd.wfa.wsc":
Ddefconfig191 # making it easy to record everything happening from the driver up into the
DChangeLog298 * fixed validation of WPS and P2P NFC NDEF record payload length
/hostap-latest/
DCONTRIBUTIONS7 clear record of contributions and terms under which they are licensed.
133 are public and that a record of the contribution (including all
/hostap-latest/doc/
Dcode_structure.doxygen179 TLSv1 record protocol
/hostap-latest/tests/hwsim/
DREADME164 - trace.dat = Linux tracing record (if enabled)
/hostap-latest/wpa_supplicant/
DREADME-WPS363 WPS carrier record for a Handover Request Message for connection
Dandroid.config371 # making it easy to record everything happening from the driver up into the
Ddefconfig433 # making it easy to record everything happening from the driver up into the
DChangeLog428 * fixed validation of WPS and P2P NFC NDEF record payload length