![]() |
nrfxlib API 3.3.99
|
| int ocrypto_wpa3_sae_p256_pwe | ( | uint8_t | pwe[64], |
| const uint8_t * | pw, | ||
| size_t | pw_len, | ||
| const uint8_t | mac_a[6], | ||
| const uint8_t | mac_b[6] ) |
#include <crypto/nrf_oberon/include/ocrypto_wpa3_sae_p256.h>
Get password element by "SAE hunting and pecking".
| [out] | pwe | Password element. |
| pw | Password. | |
| pw_len | Password length. | |
| mac_a | MAC address 1. | |
| mac_b | MAC address 2. |
| 0 | If a valid password element was found. |
| -1 | Otherwise. |