Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/utils/
Dchannel_manager.cpp61 , mAutoSelectInterval(kDefaultAutoSelectInterval) in ChannelManager()
294 mTimer.Start(Time::SecToMsec(mAutoSelectInterval)); in StartAutoSelectTimer()
318 uint32_t prevInterval = mAutoSelectInterval; in SetAutoChannelSelectionInterval()
322 mAutoSelectInterval = aInterval; in SetAutoChannelSelectionInterval()
Dchannel_manager.hpp193 uint32_t GetAutoChannelSelectionInterval(void) const { return mAutoSelectInterval; } in GetAutoChannelSelectionInterval()
295 uint32_t mAutoSelectInterval; member in ot::Utils::ChannelManager