Implement RMCP+ cipher parameters in Get LAN Config parameters
Change-Id: Ic78965be94b1ba31149a05a29c1a768f06b492e4
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/transporthandler.hpp b/transporthandler.hpp
index f440403..432bd68 100644
--- a/transporthandler.hpp
+++ b/transporthandler.hpp
@@ -26,6 +26,8 @@
static const int LAN_PARM_SUBNET = 6;
static const int LAN_PARM_GATEWAY = 12;
static const int LAN_PARM_VLAN = 20;
+static const int CIPHER_SUITE_COUNT = 22;
+static const int CIPHER_SUITE_ENTRIES = 23;
constexpr uint8_t SET_COMPLETE = 0;
constexpr uint8_t SET_IN_PROGRESS = 1;