summaryrefslogtreecommitdiffstats
path: root/ffd/tlv_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/tlv_types.h')
-rw-r--r--ffd/tlv_types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ffd/tlv_types.h b/ffd/tlv_types.h
index 39efc13..221240e 100644
--- a/ffd/tlv_types.h
+++ b/ffd/tlv_types.h
@@ -36,4 +36,12 @@ typedef struct __attribute__((packed)) _ffd_tlv_hello_t {
uint16_t interval;
} ffd_tlv_hello_t;
+typedef struct __attribute__((packed)) _ffd_tlv_ihu_t {
+ uint8_t ae;
+ uint8_t reserved;
+ uint16_t rxcost;
+ uint16_t interval;
+ uint8_t address[0];
+} ffd_tlv_ihu_t;
+
#endif /* _FFD_TLV_TYPES_H_ */