Lines Matching refs:id_length
27 u8 id_length; member
56 record->id_length = *pos++; in ndef_parse_record()
58 record->id_length = 0; in ndef_parse_record()
63 record->id = record->id_length == 0 ? NULL : pos; in ndef_parse_record()
64 pos += record->id_length; in ndef_parse_record()
101 u8 id_length, in ndef_build_record() argument
115 if (id_length > 0) in ndef_build_record()
117 total_len += type_length + id_length + payload_length; in ndef_build_record()
126 if (id_length > 0) in ndef_build_record()
139 if (id_length > 0) in ndef_build_record()
140 wpabuf_put_u8(record, id_length); in ndef_build_record()
142 wpabuf_put_data(record, id, id_length); in ndef_build_record()