Lines Matching refs:id_length
27 u8 id_length;
57 record->id_length = *pos++;
59 record->id_length = 0;
64 record->id = record->id_length == 0 ? NULL : pos;
65 pos += record->id_length;
102 u8 id_length,
116 if (id_length > 0)
118 total_len += type_length + id_length + payload_length;
127 if (id_length > 0)
140 if (id_length > 0)
141 wpabuf_put_u8(record, id_length);
143 wpabuf_put_data(record, id, id_length);