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

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dndef.c26 u8 type_length; member in struct:ndef_record
42 record->type_length = *pos++;
61 record->type = record->type_length == 0 ? NULL : pos;
62 pos += record->type_length;
101 u8 type_length, void *id,
118 total_len += type_length + id_length + payload_length;
133 wpabuf_put_u8(record, type_length);
142 wpabuf_put_data(record, type, type_length);
152 record->type_length != os_strlen(wifi_handover_type))
178 record->type_length !
100 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dndef.c26 u8 type_length; member in struct:ndef_record
42 record->type_length = *pos++;
61 record->type = record->type_length == 0 ? NULL : pos;
62 pos += record->type_length;
101 u8 type_length, void *id,
118 total_len += type_length + id_length + payload_length;
133 wpabuf_put_u8(record, type_length);
142 wpabuf_put_data(record, type, type_length);
152 record->type_length != os_strlen(wifi_handover_type))
178 record->type_length !
100 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dndef.c26 u8 type_length; member in struct:ndef_record
42 record->type_length = *pos++;
61 record->type = record->type_length == 0 ? NULL : pos;
62 pos += record->type_length;
101 u8 type_length, void *id,
118 total_len += type_length + id_length + payload_length;
133 wpabuf_put_u8(record, type_length);
142 wpabuf_put_data(record, type, type_length);
152 record->type_length != os_strlen(wifi_handover_type))
178 record->type_length !
100 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) argument
[all...]

Completed in 99 milliseconds