Lines Matching full:command
7 namespace command namespace
20 * IPMI Request data for Set Session Privilege Level command
39 * IPMI Response data for Set Session Privilege Level command
58 * @brief Set Session Privilege Command
60 * This command is sent in authenticated format. When a session is activated,
67 * This command cannot be used to set a privilege level higher than the lowest
68 * of the privilege level set for the user(via the Set User Access command) and
70 * command.
72 * @param[in] inPayload - Request Data for the command
75 * @return Response data for the command
83 * IPMI Request data for Close Session command
94 * IPMI Response data for Close Session command
102 * @brief Close Session Command
104 * This command is used to immediately terminate a session in progress. It is
107 * the user is operating at the appropriate privilege level, or the command is
109 * sessionless session ( session zero) is restricted in this command
111 * @param[in] inPayload - Request Data for the command
114 * @return Response data for the command
119 } // namespace command