Searched refs:mMinKeyLease (Results 1 – 4 of 4) sorted by relevance
282 OutputLine("min key-lease: %lu", ToUlong(leaseConfig.mMinKeyLease)); in Process()289 SuccessOrExit(error = aArgs[2].ParseAsUint32(leaseConfig.mMinKeyLease)); in Process()
110 uint32_t mMinKeyLease; ///< The minimum KEY-LEASE interval in seconds. member
217 mMinKeyLease = kDefaultMinKeyLease; in LeaseConfig()229 VerifyOrExit(mMinKeyLease <= mMaxKeyLease); in IsValid()230 VerifyOrExit(mMinLease <= mMinKeyLease); in IsValid()248 OT_ASSERT(mMinKeyLease <= mMaxKeyLease); in GrantKeyLease()250 return (aKeyLease == 0) ? 0 : Clamp(aKeyLease, mMinKeyLease, mMaxKeyLease); in GrantKeyLease()
884 VerifyOrQuit(leaseConfig.mMinKeyLease == 30); // 30 seconds in TestUpdateLeaseShortVariant()