nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_security_key_remove()

nrf_802154_security_error_t nrf_802154_security_key_remove ( nrf_802154_key_id_t p_id)

#include <nrf_802154/common/include/nrf_802154.h>

Remove the 802.15.4 MAC Security Key from the nRF 802.15.4 Radio Driver.

Parameters
[in]p_idPointer to the ID of the key to remove.
Note
This function is not reentrant and must be called from thread context only.
Return values
NRF_802154_SECURITY_ERROR_NONERemoval of key is successful.
NRF_802154_SECURITY_ERROR_KEY_NOT_FOUNDFailed to remove the key - no such key found.