#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_wpa3_sae.h>
Set up a WPA3 SAE operation.
- Parameters
-
| [in,out] | operation | SAE operation context. |
| [in] | attributes | Key attributes. |
| [in] | password | Depends on the required PWE derivation method. If the looping method is used, this is the WPA3-SAE password. If the hash-to-element method is used, this is the password token. |
| [in] | password_length | Length of the password in bytes. |
| [in] | cipher_suite | PAKE cipher suite. |
- Return values
-
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_NOT_SUPPORTED | The algorithm is not supported. |
| PSA_ERROR_INVALID_ARGUMENT | The algorithm in cipher_suite encodes an invalid hash algorithm. |
| PSA_ERROR_INSUFFICIENT_MEMORY | There is not enough runtime memory. |