Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Ddataset.h95 #define OT_EXT_PAN_ID_SIZE 8 ///< Size of a Thread PAN ID (bytes) macro
104 uint8_t m8[OT_EXT_PAN_ID_SIZE]; ///< Byte values
/openthread-3.4.0/src/core/meshcop/
Dmeshcop.cpp346 saltLen += OT_EXT_PAN_ID_SIZE; in GeneratePskc()
/openthread-3.4.0/src/ncp/
Dncp_base_mtd.cpp1270 SuccessOrExit(error = mEncoder.WriteData(aDataset.mExtendedPanId.m8, OT_EXT_PAN_ID_SIZE)); in EncodeOperationalDataset()
1467 VerifyOrExit(len == OT_EXT_PAN_ID_SIZE, error = OT_ERROR_INVALID_ARGS); in DecodeOperationalDataset()
4139 … SuccessOrExit(error = mEncoder.WriteDataWithLen(aResult->mExtendedPanId.m8, OT_EXT_PAN_ID_SIZE)); in HandleActiveScanResult()
/openthread-3.4.0/src/lib/spinel/
Dradio_spinel_impl.hpp709 VerifyOrExit(len == OT_EXT_PAN_ID_SIZE, error = OT_ERROR_INVALID_ARGS); in ThreadDatasetHandler()