summaryrefslogtreecommitdiffstats
path: root/user_channel/usercommands.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'user_channel/usercommands.hpp')
-rw-r--r--user_channel/usercommands.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/user_channel/usercommands.hpp b/user_channel/usercommands.hpp
index afbe67a..ea04a26 100644
--- a/user_channel/usercommands.hpp
+++ b/user_channel/usercommands.hpp
@@ -19,7 +19,10 @@
namespace ipmi
{
-// IPMI commands for user command NETFN:APP.
+
+/**
+ * @enum IPMI commands for user command NETFN:APP.
+ */
enum ipmi_netfn_user_cmds
{
IPMI_CMD_SET_USER_ACCESS = 0x43,
@@ -29,6 +32,9 @@ enum ipmi_netfn_user_cmds
IPMI_CMD_SET_USER_PASSWORD = 0x47,
};
+/**
+ * @enum IPMI set password return codes (refer spec sec 22.30)
+ */
enum class IPMISetPasswordReturnCodes
{
ipmiCCPasswdFailMismatch = 0x80,
OpenPOWER on IntegriCloud