Searched refs:mMaxKeyLease (Results 1 – 4 of 4) sorted by relevance
283 OutputLine("max key-lease: %lu", ToUlong(leaseConfig.mMaxKeyLease)); in Process()290 SuccessOrExit(error = aArgs[3].ParseAsUint32(leaseConfig.mMaxKeyLease)); in Process()
111 uint32_t mMaxKeyLease; ///< The maximum KEY-LEASE interval in seconds. member
218 mMaxKeyLease = kDefaultMaxKeyLease; in LeaseConfig()227 VerifyOrExit(mMaxKeyLease <= Time::MsecToSec(TimerMilli::kMaxDelay)); in IsValid()229 VerifyOrExit(mMinKeyLease <= mMaxKeyLease); in IsValid()231 VerifyOrExit(mMaxLease <= mMaxKeyLease); in IsValid()248 OT_ASSERT(mMinKeyLease <= mMaxKeyLease); in GrantKeyLease()250 return (aKeyLease == 0) ? 0 : Clamp(aKeyLease, mMinKeyLease, mMaxKeyLease); in GrantKeyLease()
885 VerifyOrQuit(leaseConfig.mMaxKeyLease == 189u * 3600); // 189 hours in TestUpdateLeaseShortVariant()