#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_wpa3_sae.h>
Get the shared key from a completed WPA3 SAE operation.
- Parameters
-
| [in,out] | operation | WPA3 SAE operation context. |
| [in] | attributes | Key attributes for the shared key. Not used by this function; argument listed for consistency with the PSA Crypto API. |
| [out] | output | Buffer to store the shared key. |
| [in] | output_size | Size of the output buffer in bytes. |
| [out] | output_length | Length of the generated shared key in bytes. |
- Return values
-
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_BUFFER_TOO_SMALL | The output buffer is too small. |