Lines Matching refs:id_length
27 u8 id_length; member
62 record->id_length = *pos++; in ndef_parse_record()
64 record->id_length = 0; in ndef_parse_record()
69 record->id = record->id_length == 0 ? NULL : pos; in ndef_parse_record()
70 pos += record->id_length; in ndef_parse_record()
108 u8 id_length, in ndef_build_record() argument
122 if (id_length > 0) in ndef_build_record()
124 total_len += type_length + id_length + payload_length; in ndef_build_record()
133 if (id_length > 0) in ndef_build_record()
146 if (id_length > 0) in ndef_build_record()
147 wpabuf_put_u8(record, id_length); in ndef_build_record()
149 wpabuf_put_data(record, id, id_length); in ndef_build_record()