Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dchannel_monitor.cpp206 uint16_t minOccupancy = 0xffff; in FindBestChannels() local
216 if (bestMask.IsEmpty() || (occupancy <= minOccupancy)) in FindBestChannels()
218 if (occupancy < minOccupancy) in FindBestChannels()
224 minOccupancy = occupancy; in FindBestChannels()
228 aOccupancy = minOccupancy; in FindBestChannels()