From c101217defaaa9b085875961712973834a397f29 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sat, 4 Jun 2016 11:46:10 +0200 Subject: [PATCH 1/1] hmuartlgw: add one more known message --- hmuartlgw.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hmuartlgw.h b/hmuartlgw.h index 8281bef..09b2993 100644 --- a/hmuartlgw.h +++ b/hmuartlgw.h @@ -40,11 +40,14 @@ #define HMUARTLGW_APP_RECV 0x05 #define HMUARTLGW_APP_ADD_PEER 0x06 #define HMUARTLGW_APP_REMOVE_PEER 0x07 +#define HMUARTLGW_APP_GET_PEERS 0x08 #define HMUARTLGW_APP_PEER_ADD_AES 0x09 #define HMUARTLGW_APP_PEER_REMOVE_AES 0x0A #define HMUARTLGW_APP_SET_OLD_KEY 0x0F /* key index */ #define HMUARTLGW_APP_DEFAULT_HMID 0x10 +#define HMUARTLGW_ACK_EINPROGRESS 0x08 + enum hmuartlgw_dst { HMUARTLGW_OS = 0, HMUARTLGW_APP = 1, -- 2.39.2