1.2.5.97 LBP_ActivateNewKey Function

C

void LBP_ActivateNewKey (
    void
);

Summary

Activates the new GMK after a rekeying process.

Description

This routine allows the upper layer to activate the new GMK after a rekeying process.

Parameters

None.

Returns

None.

Example

// Start the Rekey Phase
LBP_SetRekeyPhase(true);

Remarks

This function is part of the Coordinator LBP Module.