![]() |
nRF Connect SDK API 3.4.99
|
| int wifi_kmu_key_reverse_byte_order_in_place | ( | void * | buf, |
| uint32_t | key_length_bytes ) |
#include <include/wifi_kmu/wifi_kmu.h>
Reverse key byte order before passing into KMU.
Keys from wpa_supplicant have a different byte order than expected by nrf71 Wi-Fi hardware. Reverse key byte order in place in a buffer.
| [in] | buf | Key buffer to modify in place. |
| [in] | key_length_bytes | Key length in bytes. |