Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_types.cpp45 PanId GenerateRandomPanId(void) in GenerateRandomPanId() function
Dmac_types.hpp81 PanId GenerateRandomPanId(void);
/openthread-latest/src/core/thread/
Ddiscover_scanner.cpp141 Get<Mac::Mac>().SetPanId(Mac::GenerateRandomPanId()); in Discover()
Dmle.cpp168 Get<Mac::Mac>().SetPanId(Mac::GenerateRandomPanId()); in Start()
/openthread-latest/src/core/meshcop/
Ddataset.cpp69 mPanId = Mac::GenerateRandomPanId(); in GenerateRandom()