Searched refs:type_length (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/wps/
H A Dndef.c26 u8 type_length; member in struct:ndef_record
42 record->type_length = *pos++;
66 record->type = record->type_length == 0 ? NULL : pos;
67 pos += record->type_length;
107 u8 type_length, void *id,
124 total_len += type_length + id_length + payload_length;
139 wpabuf_put_u8(record, type_length);
148 wpabuf_put_data(record, type, type_length);
158 record->type_length != os_strlen(wifi_handover_type))
184 record->type_length !
106 ndef_build_record(u8 flags, const void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) argument
[all...]

Completed in 102 milliseconds