Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/wps/
Dndef.c26 u8 type_length; member
42 record->type_length = *pos++; in ndef_parse_record()
61 record->type = record->type_length == 0 ? NULL : pos; in ndef_parse_record()
62 pos += record->type_length; in ndef_parse_record()
101 u8 type_length, void *id, in ndef_build_record() argument
118 total_len += type_length + id_length + payload_length; in ndef_build_record()
133 wpabuf_put_u8(record, type_length); in ndef_build_record()
142 wpabuf_put_data(record, type, type_length); in ndef_build_record()
152 record->type_length != os_strlen(wifi_handover_type)) in wifi_filter()
178 record->type_length != os_strlen(p2p_handover_type)) in p2p_filter()