Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.h1291 SPINEL_CAP_POSIX = (SPINEL_CAP_OPENTHREAD__BEGIN + 9), enumerator
Dspinel.c1632 {SPINEL_CAP_POSIX, "POSIX"}, in spinel_capability_to_cstr()
/openthread-latest/src/ncp/
Dncp_base.cpp2040 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_CAP_POSIX)); in HandlePropertyGet()