nrfxlib API 2.8.99
|
nrf_802154_security_error_t nrf_802154_security_pib_key_remove | ( | nrf_802154_key_id_t * | p_id | ) |
Removes the 802.15.4 MAC Security Key from the nRF 802.15.4 Radio Driver.
[in] | p_id | Pointer to the ID of the key to remove. |
NRF_802154_SECURITY_ERROR_NONE | Removal of key is successful. |
NRF_802154_SECURITY_ERROR_KEY_NOT_FOUND | Failed to remove the key - no such key found. |