#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_wpa3_sae.h>
Get output from a WPA3 SAE operation step.
- Parameters
-
| [in,out] | operation | WPA3 SAE operation context. |
| [in] | step | PAKE step. |
| [out] | output | Buffer to store the output. |
| [in] | output_size | Size of the output buffer in bytes. |
| [out] | output_length | Length of the generated output in bytes. |
- Return values
-
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_BAD_STATE | The operation is not in a valid state. |
| PSA_ERROR_BUFFER_TOO_SMALL | The output buffer is too small. |
| PSA_ERROR_INVALID_ARGUMENT | Invalid input argument. |
| PSA_ERROR_CORRUPTION_DETECTED | A tampering attempt was detected. |