Home
last modified time | relevance | path

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

/external/ot-br-posix/tools/
Dpskc.cpp48 kSizeExtPanId = 8, enumerator
62 uint8_t extpanid[kSizeExtPanId]; in printPSKc()
75 …VerifyOrExit(length == kSizeExtPanId * 2, printf("EXTPANID length must be %d bytes.\n", kSizeExtPa… in printPSKc()
/external/ot-br-posix/tests/mdns/
Dmain.cpp87 uint8_t xpanid[kSizeExtPanId] = {0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48}; in PublishSingleServiceWithCustomHost()
113 uint8_t xpanid[kSizeExtPanId] = {0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48}; in PublishMultipleServicesWithCustomHost()
157 … uint8_t xpanid[kSizeExtPanId] = {0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48}; in PublishSingleService()
175 uint8_t xpanid[kSizeExtPanId] = {0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48}; in PublishMultipleServices()
204 uint8_t xpanidOld[kSizeExtPanId] = {0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48}; in PublishUpdateServices()
205 uint8_t xpanidNew[kSizeExtPanId] = {0x48, 0x47, 0x46, 0x45, 0x44, 0x43, 0x42, 0x41}; in PublishUpdateServices()
/external/ot-br-posix/src/common/
Dtypes.hpp96 kSizeExtPanId = 8, ///< Size of Extended PAN ID. enumerator