Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_manager.hpp247 uint32_t GetAutoChannelSelectionInterval(void) const { return mAutoSelectInterval; } in GetAutoChannelSelectionInterval()
355 uint32_t mAutoSelectInterval; member in ot::Utils::ChannelManager
Dchannel_manager.cpp57 , mAutoSelectInterval(kDefaultAutoSelectInterval) in ChannelManager()
404 mTimer.Start(Time::SecToMsec(mAutoSelectInterval)); in StartAutoSelectTimer()
444 uint32_t prevInterval = mAutoSelectInterval; in SetAutoChannelSelectionInterval()
448 mAutoSelectInterval = aInterval; in SetAutoChannelSelectionInterval()