Home | History | Annotate | Download | only in wps

Lines Matching refs:id_length

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