Home | History | Annotate | Download | only in wps

Lines Matching full:id_length

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