Lines Matching +full:activate +full:- +full:to +full:- +full:activate
21 * IPMI payload for Activate Payload command request.
54 uint8_t auth:1; //!< If true, activate payload with authentication.
55 uint8_t encryption:1; //!< If true, activate payload with encryption.
59 uint8_t encryption:1; //!< If true, activate payload with encryption.
60 uint8_t auth:1; //!< If true, activate payload with authentication.
75 * IPMI payload for Activate Payload command response.
101 /** @brief Activate Payload Command.
105 * was used to establish the IPMI session.
107 * @param[in] inPayload - Request data for the command.
108 * @param[in] handler - Reference to the message handler.
162 * This command is used to terminate use of a given payload on an IPMI session.
164 * or for possible re-activation under the present session.The Deactivate
165 * Payload command does not cause the session to be terminated. The Close
167 * terminating a application does not need to explicitly deactivate payload(s)
168 * prior to session. When a session terminates all payloads that were active
171 * @param[in] inPayload - Request data for the command.
172 * @param[in] handler - Reference to the message handler.
250 * @param[in] inPayload - Request Data for the command.
251 * @param[in] handler - Reference to the Message Handler.
286 * @param[in] inPayload - Request Data for the command.
287 * @param[in] handler - Reference to the Message Handler.