Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dradio.c541 uint32_t probabilityThreshold; in GetRssi() local
549 probabilityThreshold = (aChannel - SIM_RADIO_CHANNEL_MIN) * SIM_HIGH_RSSI_PROB_INC_PER_CHANNEL; in GetRssi()
551 if (otRandomNonCryptoGetUint16() < (probabilityThreshold * 0xffff / 100)) in GetRssi()