Home
last modified time | relevance | path

Searched refs:kMaxWindow (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Djam_detector.cpp51 , mWindow(kMaxWindow) in JamDetector()
52 , mBusyPeriod(kMaxWindow) in JamDetector()
133 VerifyOrExit(aWindow <= kMaxWindow, error = kErrorInvalidArgs); in SetWindow()
Djam_detector.hpp175 static constexpr uint8_t kMaxWindow = 63; // Max window size member in ot::Utils::JamDetector