Searched refs:aKeyId (Results 1 – 2 of 2) sorted by relevance
| /modules/openthread/platform/ |
| A D | radio.c | 1278 void otPlatRadioSetMacKey(otInstance *aInstance, uint8_t aKeyIdMode, uint8_t aKeyId, in otPlatRadioSetMacKey() argument 1334 uint8_t prev_key_id = aKeyId == 1 ? 0x80 : aKeyId - 1; in otPlatRadioSetMacKey() 1335 uint8_t next_key_id = aKeyId == 0x80 ? 1 : aKeyId + 1; in otPlatRadioSetMacKey() 1340 keys[1].key_id = &aKeyId; in otPlatRadioSetMacKey() 1347 __ASSERT_NO_MSG((key_id_mode == 0) && (aKeyId == 0)); in otPlatRadioSetMacKey() 1351 .mac_keys = aKeyId == 0 ? clear_keys : keys, in otPlatRadioSetMacKey()
|
| 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()
|
Completed in 26 milliseconds