Searched refs:type_length (Results 1 - 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | ndef.c | 26 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...] |
/external/wpa_supplicant_8/src/wps/ |
H A D | ndef.c | 26 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...] |
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | ndef.c | 26 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 161 milliseconds