Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dchanged_props_set.cpp65 {SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING, SPINEL_STATUS_OK, true},
Dncp_base_dispatcher.cpp98 OT_NCP_GET_HANDLER_ENTRY(SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING), in FindGetPropertyHandler()
468 OT_NCP_SET_HANDLER_ENTRY(SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING), in FindSetPropertyHandler()
Dncp_base_mtd.cpp3376 template <> otError NcpBase::HandlePropertyGet<SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING>(void) in HandlePropertyGet()
3381 template <> otError NcpBase::HandlePropertySet<SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING>(void) in HandlePropertySet()
4730 mChangedPropsSet.AddProperty(SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING); in ProcessThreadChangedFlags()
/openthread-latest/src/lib/spinel/
Dspinel.h2306 SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING = SPINEL_PROP_NET__BEGIN + 9, enumerator
Dspinel.c1288 {SPINEL_PROP_NET_REQUIRE_JOIN_EXISTING, "NET_REQUIRE_JOIN_EXISTING"}, in spinel_prop_key_to_cstr()