summaryrefslogtreecommitdiffstats
path: root/ffd/tlv_types.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-09-28 21:53:21 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-09-28 21:53:21 +0200
commit40cd665392ef400eaf9b815c22b46874d83c629d (patch)
tree5af135e28dbc797ca0b10304f2da413da95f2cbe /ffd/tlv_types.h
parentaf79e547f8635f17218b0ab80a5b41410c7e57ea (diff)
downloadffd-40cd665392ef400eaf9b815c22b46874d83c629d.tar
ffd-40cd665392ef400eaf9b815c22b46874d83c629d.zip
Send and handle IHUs
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_ */