Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dspinel.h1313 SPINEL_CAP_SLAAC = (SPINEL_CAP_OPENTHREAD__BEGIN + 10), enumerator
Dspinel.c1624 {SPINEL_CAP_SLAAC, "SLAAC"}, in spinel_capability_to_cstr()
/openthread-latest/src/ncp/
Dncp_base.cpp2051 SuccessOrExit(error = mEncoder.WriteUintPacked(SPINEL_CAP_SLAAC)); in HandlePropertyGet()