![]() |
nRF Connect SDK API 3.4.99
|
| uint32_t wifi_kmu_get_key_start_addr | ( | wifi_kmu_key_type_t | type, |
| uint32_t | db_id, | ||
| uint32_t | key_index ) |
#include <include/wifi_kmu/wifi_kmu.h>
Calculate target address of the key.
This function calculates the target address based on the key type and index. This address can then be passed into wifi_kmu_write_key.
| [in] | type | Type of the key. |
| [in] | db_id | Database entry in Wi-Fi secure RAM. |
| [in] | key_index | Key index within the database entry. |