#include <subsys/nrf_security/src/drivers/cracen/cracenpsa/include/cracen_psa_wpa3_sae.h>
Set the user identifier for a WPA3 SAE operation.
- Note
- This function must be called before cracen_wpa3_sae_set_peer(). If you are using Oberon PSA Crypto, the order is checked automatically.
- Parameters
-
| [in,out] | operation | WPA3 SAE operation context. |
| [in] | user_id | User identifier (6-byte MAC address). |
| [in] | user_id_len | Length of the user identifier in bytes. |
- Return values
-
| PSA_SUCCESS | The operation completed successfully. |
| PSA_ERROR_INVALID_ARGUMENT | Invalid input argument. |