#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_wpa3_sae.h>
Provide input to a WPA3 SAE operation step.
- Parameters
-
| [in,out] | operation | WPA3 SAE operation context. |
| [in] | step | PAKE step. |
| [in] | input | Input data. |
| [in] | input_length | Length of the input data in bytes. |
- Return values
-
| PSA_SUCCESS | The operation completed successfully. |
| 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. |