Searched refs:aKeyIdMode (Results 1 – 2 of 2) sorted by relevance
| /modules/openthread/platform/ |
| A D | radio_spinel.cpp | 438 void otPlatRadioSetMacKey(otInstance *aInstance, uint8_t aKeyIdMode, uint8_t aKeyId, in otPlatRadioSetMacKey() argument 442 SuccessOrDie(psRadioSpinel->SetMacKey(aKeyIdMode, aKeyId, aPrevKey, aCurrKey, aNextKey)); in otPlatRadioSetMacKey()
|
| A D | radio.c | 1278 void otPlatRadioSetMacKey(otInstance *aInstance, uint8_t aKeyIdMode, uint8_t aKeyId, in otPlatRadioSetMacKey() argument 1306 uint8_t key_id_mode = aKeyIdMode >> 3; in otPlatRadioSetMacKey()
|
Completed in 11 milliseconds